?? upload.asp
字號:
<!--#include file="chk.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="style.css" rel=stylesheet type=text/css>
<title>圖片上傳</title>
</head>
<body>
<form name="fileForm" method="post" action="upfile.asp" enctype="multipart/form-data">
<input type="file" name="strFile1">
<input type="hidden" name="filepath" value="../upfile/">
<input type="submit" name="Submit" value="上傳">
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -