📄 upload_pic.asp
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
font-size:12px;
}
-->
</style>
</head>
<body style="background-color:transparent">
<form name="myform" method="post" action="upfile_pic.asp" enctype="multipart/form-data" style=" font-size:10px">
<table>
<tr>
<td>
<input type="hidden" name="filepath" value="uploadImages">
<input type="hidden" name="act" value="upload">
<input class=c type="file" name="file1" size=25 >
<input type="submit" name="Submit" value="上传"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -