📄 img.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<title>图片文件上传到数据库</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet">
</head>
<body>
<form name="form1" enctype="multipart/form-data" method="post" action="Img_deal.asp">
<table width="350" height="150" border="0" cellpadding="0" cellspacing="0" background="images/bg.gif">
<tr>
<td valign="top"><table width="100%" height="145" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="49" colspan="2"> </td>
</tr>
<tr>
<td width="9%" height="53"> </td>
<td width="91%">请选择上传的文件:<br>
<input name="file" type="file" size="35">
<br>
注:只能上传GIF、JPG、BMP格式的图片文件。</td>
</tr>
<tr>
<td colspan="2" align="center"><input name="Submit" type="submit" class="btn_grey" value="提交">
<input name="Submit2" type="button" class="btn_grey" onClick="window.location.href='index.asp'" value="返回"></td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -