www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > user/reg_upload.asp

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style>
input,textarea,select{
	color: #333333;
	font-size: 9pt;
	background-image: url("../images/new/input.gif");
	border-bottom: #bbbbbb 1px solid; 
	border-left: #bbbbbb 1px solid; 
	border-right: #bbbbbb 1px solid; 
	border-top: #bbbbbb 1px solid; 
}
</style>
</head>
<body  leftmargin="0" topmargin="0">
  <table border="0"  cellspacing="0" cellpadding="0" width=100% >
    <tr >
      <td >
		<form name="frmUp" id="frmUp" method="post" action="upfile_userface.asp" enctype="multipart/form-data" >
		<input type="hidden" name="filepath_school" value="uploadFace" >
		<input type="hidden" name="act" value="upload" >
		<input type="file" name="file1" id="file1" >
		<input type="hidden" name="fname" >
		<input type="submit" name="Submit" value="上传"  >
		</form>
	</td></tr>
  </table>
</body>
</html>