📄 upload.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
session("uppath")=request("uppath")
session("ProdId")=request("ProdId")
session("frmname")=request("frmname")
dim cls
%>
<%
Server.ScriptTimeOut=999999
%>
<html>
<head>
<title>上传文件</title><meta name="Description" Content="">
<meta name="Keywords" Content="">
<link rel="stylesheet" href="admin.css" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" bgcolor="#666666">
<table width="100%" border="0" height="100%">
<tr>
<td>
<table width="50%" border="0" align="center" bgcolor="#000000" height="269">
<tr>
<td>
<table width="590" border="0" align="center" bgcolor="#FFFFFF" height="100%" cellspacing="10">
<tr>
<td height="20" bgcolor="#FFFFFF" valign="middle">
<div align="center">
<p align="center"><font color="#006600">图片上传</font></div>
</td>
</tr>
<tr>
<form name="form1" method="post" action="uploadsave.asp" enctype="multipart/form-data"> <td height="147" bgcolor="#FFFFFF" align="center" >
<p align="center">
<font color="#99CC00"><b>-------选择相应图片文件(只支持gif和jpg格式的图片)<br>
<font color=red>为节省空间,文件尽量优化</font></b></font><font color="#666666"><br>
</font><br>
<input type=file name="file1">
<input type=submit name="submit" value="上传">
<br>
<br>
</p>
</td>
</form>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -