📄 upload.asp
字号:
<%
pathset = 0
upset = 2
nameset = 2
session("url")=request("url")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<BODY leftmargin="0" bottommargin="0" rightmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="25">
<tr>
<td class="tablebody1">
<form name="form" method="post" action="upfile.asp" enctype="multipart/form-data">
<input type="hidden" name="act" value="upload">
<input type="file" name="file1" size="50">
<input type="submit" name="Submit" style="CURSOR:hand" value="上 传">
</form>
</td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -