📄 upfile.asp
字号:
<html>
<head>
<title>上传文件</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include FILE="Inc/Style.asp"-->
<Script Language=VBScript>
Sub SelAddress()
document.form.filepath.value=document.form.DownAddress.value
End Sub
</Script>
</head>
<body leftmargin="0" topmargin="0">
<form name="form" method="post" action="UpLoad.asp" enctype="multipart/form-data">
<%if request("Action")="Images" then%>
<table border="0" cellpadding="0" cellspacing="0" width="510" height="28" bgcolor="#FFFFFF">
<tr>
<td width="510" height="28"> <input type="hidden" name="act" value="upload"><input type="hidden" name="upcount" value="1"><input type="hidden" name="filepath" value="UploadImages/" size="16"><input type="file" name="file1" size="49"> <input type="submit" name="Submit" value="上传"></td>
</tr>
</table>
<%elseif request("Action")="Soft" then%>
<table border="0" cellpadding="0" cellspacing="0" width="538" height="28" bgcolor="#FFFFFF">
<tr>
<td width="510" height="28" valign="bottom"> <input type="hidden" name="act" value="upload"><input type="hidden" name="upcount" value="1"><input type="text" name="filepath" value="" size="16">
<input type="file" name="file1" size="16"> <button name="Submit" type="submit">上传</button></td>
</tr>
</table>
<%else%>
<%end if%>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -