?? upload2s.asp
字號(hào):
<!--#include file="inc/UserChk.asp"-->
<html>
<head>
<title>圖片上傳</title>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb2312">
<LINK href="skin/style.css" type=text/css rel=stylesheet></HEAD>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bordercolor="#CCCCCC">
<tr> <form name="forms1" method="post" action="uploadsave1.asp" enctype="multipart/form-data">
<td valign="middle">
<input type="file" name="file1" size="30" class=input2>
<input type="hidden" name="filepath" value="<%=SaveUpFilesPath%>/"><input type="submit" name="Submit" value="上傳" class=input2>
</td>
</form>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -