📄 upload.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../comm/subconn.asp"-->
<%
session("uppath")=request("uppath")
session("ProdId")=request("ProdId")
session("frmname")=request("frmname")
dim cls
if session("admin")="" then
Response.Redirect("admin.asp")
else
if session("flag")<>"0" then
cls = Instr(session("flag"), "prod")
if cls <= 0 then
%>
<script language="javascript">
if (confirm("您的操作权限不够,系统拒绝你的访问,请点确定返回,或者点取消退出重新登录"))
location.href="admin.asp";
else
location.href="quit.asp";
</script>
<%
end if
end if
end if
%>
<%
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"> <font color="#006600" size="2">大</font><font size="2"><font color="#006600"><font size="2">.地.广.告.</font>文.件.传.送</font></font></div>
</td>
</tr>
<tr>
<form name="form1" method="post" action="uploadsave.asp" enctype="multipart/form-data"> <td height="147" bgcolor="#FFFFFF" align="center" >
<font color="#99CC00"><b>-------选择相应图片文件gif,jpg
<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>
</td>
</form>
</tr>
<tr>
<td height="30" bgcolor="#CCCC00">
<div align="center"><font size="2" face="Arial, Helvetica, sans-serif"><a href="http://www.cycoo.com" target="_blank">www.0792pop.com</a></font></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<input name="textfield2" type="text" size="6" maxlength="6">
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -