📄 upload.asp
字号:
<!--#include file="UploadLib.asp"-->
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<style type="text/css">
<!--
.p9 { font-family: "宋体"; font-size: 9pt}
-->
</style>
<script ID="clientEventHandlersJS" LANGUAGE="javascript">
<!--
function fSCTX_onsubmit() {
if (fSCTX.file.value == '') {
window.alert('请输入上传头像文件名!');
return(false);
}
file.style.display = 'none';
load.style.display = '';
return(true);
}
//-->
</script>
</head>
<body style="margin:0px" bgcolor="buttonface">
<iframe name="iHIDE" style="HEIGHT: 0px; WIDTH: 0px;VISIBILITY: hidden"></iframe>
<table id="file" width="325" height="65" border="0" cellpadding="0" cellspacing="0" class="p9">
<form name="fSCTX" method="post" action="upfile.asp" target="iHIDE" enctype="multipart/form-data" LANGUAGE=javascript onsubmit="return fSCTX_onsubmit()">
<tr>
<td height="30">文件名:<input type="file" name="file" class="p9" style="width:195px">
<input type="submit" name="sSC" value="上传" class="p9" style="width:60px;height:20px" >
</td>
</tr>
</form>
<tr>
<%
ret = Command("901|")
Response.Write("<td valign=top>说明:1.文件大小不得超过<B>"&GetPart(ret,4)&"K</B>。建议大小32x32。<BR>")
Response.Write(" 2.您的经验值必须达到<B>"&GetPart(ret,2)&"</B>。<BR>")
Response.Write(" 3.上传一次需花费社区货币<B>"&GetPart(ret,3)&"</B>。</td>")
%>
</tr>
</table>
<table id="load" width="325" height="65" border="0" cellpadding="1" cellspacing="0" class="p9" style="display:none">
<tr>
<td align="center" valign="middle"><img src="images/sctx.gif" WIDTH="272" HEIGHT="60"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -