📄 upload123.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="admin_qx.asp" -->
<% issjcz %>
<html>
<head>
<title>相片上传</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css/style.css" type="text/css">
<style type="text/css">
<!--
body,td,th {
font-size: 16px;
}
.STYLE2 {
color: #FF6600;
font-size: 14px;
}
.STYLE6 {font-size: 12px}
.style7 {
font-size: x-large;
font-weight: bold;
}
-->
</style></head>
<body leftmargin="0" topmargin="0" >
<table width="98%" border="0" align="center" height="184" cellspacing="1">
<tr>
<td height="18" align="center" bgcolor="#FFFFFF"><span class="style7"><font color="#FFFF33"><font color="#000000">请选择相片</font></font></span></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<form name="form" method="post" enctype="multipart/form-data" >
<p> <br>
<input type="hidden" name="filepath" value="photo">
<input type="file" name="file1" size="30">
<input value="上传相片" class="tl">
<br>
<br>
</p>
</form> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -