📄 uploadsoft.asp
字号:
<%if session("myflager")>3 then
response.write "<br><p align=center>您的操作权限已经被取消!</p>"
response.end
end if
%>
<html>
<head>
<title>WLONG3D文件上传</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<body bgcolor="#488CA0" text="#000000">
<form name="form1" method="post" action="upfilesoft.asp" enctype="multipart/form-data">
<p><br>
<input type="hidden" name="act" value="upload"><br>
</p>
<div align="center">
<center>
<table width="90%" border="0" cellspacing="0" cellpadding="5" bordercolordark="#CCCCCC" bordercolorlight="#000000" style="border-collapse: collapse; border-left: .75pt solid teal; border-right: .75pt solid teal; border-top: 1.5pt solid teal; border-bottom: 1.5pt solid teal; background-color: white" fpstyle="24,011111100" height="272">
<tr bgcolor="#CCCCCC">
<td height="1" align="left" valign="middle" style="font-weight: bold; color: maroon; border-left-style: none; border-right-style: none; border-top-style: none; border-bottom: .75pt solid gray; background-color: silver" bgcolor="#A0D0D8">
<div align="center">
<font size="2"><b>文件上传</b> </font>
</div>
</td>
</tr>
<tr align="left" valign="middle" bgcolor="#eeeeee">
<td height="82" valign="top" style="color: black; border-style: none">
<br>
<table width="50%" border="0" cellspacing="1" cellpadding="2" align="center">
<tr>
<td><font size="2" color="#000000"><% if nameset > 1 then %> <b>*</b>请使用英文或数字作为文件名!<% end if %></font></td>
</tr>
</table>
</td>
</tr>
<tr align="center" valign="middle">
<td align="left" id="upid" height="112" style="color: black; border-style: none">
<div align="center">
<font size="2">缩图地址:
<input type="file" name="file1" style="width:200" class="tx1" value size="50"><br>
软件地址:
<input type="file" name="file2" style="width:200" class="tx1" value size="50"></font>
</div>
</td>
</tr>
<tr align="center" valign="middle" bgcolor="#eeeeee">
<td height="21" style="color: black; border-style: none">
<input type="submit" name="Submit" value="提交" class="bt">
<input type="reset" name="Submit2" value="重执" class="bt"></td>
</tr>
<tr align="center" valign="middle" bgcolor="#eeeeee">
<td height="16" style="color: black; border-style: none"></td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -