📄 upload.asp
字号:
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; ">
<style type="text/css">
<!--
td { font-size: 9pt}
a { color: #000000; text-decoration: none}
a:hover { text-decoration: underline}
.tx { height: 16px; width: 30px; border-color: black black #000000; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; font-size: 9pt; background-color: #eeeeee; color: #0000FF}
.bt { font-size: 9pt; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; height: 16px; background-color: #eeeeee; cursor: hand}
.tx1 { height: 20px; width: 30px; font-size: 9pt; border: 1px solid; border-color: black black #000000; color: #0000FF}
-->
</style>
</head>
<body text="#000000" leftmargin="0" topmargin="0">
<%
tplb = request("tplb")
%>
<form name="form1" method="post" action="uploadsave.asp" enctype="multipart/form-data" >
<table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolordark="#CCCCCC" bordercolorlight="#000000">
<tr align="left" valign="middle">
<td width="100%" height="20" align="left" id="upid">
<input type="file" name="file1" style="width:150" class="tx1" value="">
<input type="submit" name="Submit" value="·Upload·" class="bt">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -