upload.asp
来自「asp+sql基于WEB新闻发布系统 代码加论文」· ASP 代码 · 共 23 行
ASP
23 行
<html>
<head>
<title>upload</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" >
<form name="form1" method="post" action="upfile.asp" enctype="multipart/form-data" >
<input type="hidden" name="act" value="upload">
<input type="hidden" name="filepath" value="../images">
<table width="100%" border="0" cellspacing="0" bordercolordark="#CCCCCC" bordercolorlight="#000000">
<tr>
<td>
<input type="file" name="file1" style="width:88%" class="tx1" value="" style="font-family: 宋体; font-size: 9pt">
<input type="submit" name="Submit" value="提交" class="tx">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?