upa.asp

来自「学生信息化管理系统,目前最完美的学生信息化管理系统,界面美观,操作方面,个性化设」· ASP 代码 · 共 58 行

ASP
58
字号
<html> 
<head> 
<style type="text/css">
<!--
body {
	background-color: #DEE7FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.STYLE4 {color: #FF0000}
-->
</style>
<title>文件上传</title> 

<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head> 
<body> 
<%
ID=request.querystring("ID")
session("ID")=ID
%>
<table width="400" height="65" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#DEE7FF">
  <tr>
    <td height="200" align="center" valign="middle" bgcolor="#FFFFFF">
<form name="form" method="post" action="UPB.asp" enctype="multipart/form-data" > 
  <div align="center">
        <p class="STYLE4">限于上传400K以内的文档</p>
        <p>
      <input type="file" name="file1" size=25>
    </p>
    <p> 
      <input type="submit" name="Submit" value="上  传"> 
      
  </p>
  </div>
</form></td>
  </tr>
</table>
</body> 
</html> 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?