⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upload.asp

📁 一套比较完整的内部技术支持全部源代码,请大家共同分享
💻 ASP
字号:
<%response.expires=0
if session("currentpath")="" or session("yyj_name")="" then
   response.redirect "exit.asp"
end if%>
<html>
<head>
<title>燕缘居个人主页管理系统ver1.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Images/STYLE.CSS" type="text/css">
</head>

<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="crfor.asp">
  新建目录: 
  <input type="text" name="newpath">
  <input type="submit" name="Submit" value="创建目录">
</form>
<form name="form2" method="post" action="upfile.asp" enctype="multipart/form-data">
  <p>文件1: 
    <input type="file" name="file1" maxlength="1000000">
  </p>
  <p>文件2: 
    <input type="file" name="file2">
  </p>
  <p>文件3: 
    <input type="file" name="file">
  </p>
  <p>文件4: 
    <input type="file" name="file3">
  </p>
  <p>文件5: 
    <input type="file" name="file4">
  </p>
  <p>文件6: 
    <input type="file" name="file5">
  </p>
  <p>文件7: 
    <input type="file" name="file6">
  </p>
  <p>文件8: 
    <input type="file" name="file7">
  </p>
  <p><font color="#FFFFFF">ysuysuysuysu 
    <input type="submit" name="Submit2" value="上传">
    ysuysu 
    <input type="reset" name="Submit3" value="重置">
    </font></p>
  <p><font color="#FF0000">安全起见请您自己在自己机子上保留备份文件!</font></p>
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -