📄 upload.asp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>上传照片</title>
<link href="basic.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#F5F5F5" topmargin="15" leftMargin="0" MARGINHEIGHT="0" MARGINWIDTH="0">
<table width="420" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#999999">
<form action="upload1.asp" enctype="multipart/form-data" name="form1" method="post">
<tr bgcolor="#F5F5F5">
<td colspan="2">
<p align="center"><span style="FONT-SIZE: 12px">个人相片上传:</span><br>
</td>
</tr>
<tr bgcolor="#F5F5F5">
<td width="180"> 选择您要上传的图片:</td>
<td>
<input name="strPhoto" type="file" id="strPhoto"> </td>
</tr>
<tr bgcolor="#F5F5F5">
<td width="180"> </td>
<td>
<input type="submit" name="Submit" value="提 交">
<input type="reset" name="Submit2" value="重 置"></td>
</tr>
<tr bgcolor="#F5F5F5">
<td colspan="2">
<p align="center">
<span style="font-size: 12px">请注意照片格式必须为:<font color="#EC5106">bmp、gif、jpg、jpeg、png、psd
<br>
</font>照片尺寸为:<font color="#EC5106">120(宽)×150(高)</font>,请先用图片软件处理好。</span></td>
</tr>
</form>
</table> </body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -