📄 weblogo_upload.asp
字号:
<html>
<head>
<title>图片上传</title>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
BODY{font-size:9pt;}
TD{font-size:9pt;line-height:100%;}
-->
</style>
</head>
<body text="#000000" leftmargin="0" topmargin="0" bgcolor="#F4EEE4" class="Utu">
<form name="form" method="post" action="weblogo_upfile.asp" enctype="multipart/form-data">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC">
<tr>
<td height="30" valign="middle">
<input type="file" name="file1" size="30">
<input type="hidden" name="filepath" value="images/"> <input type="submit" name="Submit" value="上传" onclick="parent.document.form1.Submit.disabled=true;">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -