📄 saveannounce_upload.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/const.asp"-->
<script>
if (top.location==self.location){
top.location="index.asp"
}
</script>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE type=text/css></STYLE>
<LINK href="forum.css" rel=stylesheet>
</head>
<body bgcolor=<%=Tablebodycolor%> text="#000000" leftmargin="0" topmargin="0">
<form name="form" method="post" action="saveannouce_upfile.asp" enctype="multipart/form-data" >
<input type="hidden" name="filepath" value="uploadImages">
<input type="hidden" name="act" value="upload">
图片上传
<input type="file" name="file1">
<input type="submit" name="Submit" value="上传" onclick="parent.document.forms[0].Submit.disabled=true,
parent.document.forms[0].Submit2.disabled=true;"> 文件类型:gif/jpg/zip/rar,大小限制:100K
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -