📄 pro_upload.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 (宽度<190;高度<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 + -