upload.asp
来自「湘域源在线产品防伪查询系统 可以查系统已有的防伪码」· ASP 代码 · 共 29 行
ASP
29 行
<html>
<head>
<title>upload</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css">
<style type="text/css">
<!--
body {
background-color: #EAEFFC;
}
-->
</style></head>
<body 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="picture">
<table width="100%" border="0" cellspacing="0">
<tr>
<td width="21%" align="left">
<input type="file" name="file1">
</td>
<td width="79%"><input type="submit" name="Submit" value="上传" class="tx"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?