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