?? upload.asp
字號:
<html>
<head>
<title>upload</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css">
<style type="text/css">
<!--
body {
background-color: #EAEFFC;
}
-->
</style></head>
<body leftmargin="0" topmargin="0" >
<form name="form1" method="post" action="upfile.asp" enctype="multipart/form-data" >
<input type="hidden" name="act" value="upload">
<input type="hidden" name="filepath" value="picture">
<table width="100%" border="0" cellspacing="0">
<tr>
<td width="21%" align="left">
<input type="file" name="file1">
</td>
<td width="79%"><input type="submit" name="Submit" value="上傳" class="tx"></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -