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

📄 pro_upload.asp

📁 一个漂亮的网络工作室源码 后台地址:/admin 用户名:admin 密码:admin888
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="config.asp"-->
<%
Select case request("action")
case "spic"
call spic()
case "bpic"
call bpic()
End Select
%>
<!--#include file="admin_css.asp"-->
<script>
if (top.location==self.location){
	top.location="index.asp"
}
</script>

<body leftmargin="0" topmargin="0" bgcolor="menu">
<%
sub spic()
%>
  <table width="100%" border=0 cellpadding=0 cellspacing=0>
  <form name="form" method="post" action="pro_upfile.asp" enctype="multipart/form-data">
    <tr><td class=tablebody valign=top height=30>
<input type="hidden" name="filepath" value="pro/">
<input type="hidden" name="action" value="spic">
<input type="file" name="file1">
<input type="submit" name="Submit" value="上传">
        限制:一次<font color="#FF0000">1</font>个,每个<font color="#FF0000">3000</font>K (宽度&lt;190;高度&lt;115)
      </td>
    </tr></form>
</table>
<%
end sub
sub bpic()
%>
  <table width="100%" border=0 cellpadding=0 cellspacing=0>
  <form name="form" method="post" action="pro_upfile.asp" enctype="multipart/form-data">
    <tr><td class=tablebody2 valign=top height=30>
<input type="hidden" name="filepath" value="pro/">
<input type="hidden" name="action" value="bpic">
<input type="file" name="file1">
<input type="submit" name="Submit" value="上传">
        限制:一次<font color="#FF0000">1</font>个,每个<font color="#FF0000">3000</font>K 
      </td>
    </tr></form>
</table>
<%
End Sub
%>

⌨️ 快捷键说明

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