www.gusucode.com > 幻雪企业网站源码 1.0源码程序 > picupload.asp

    <script>
if (top.location==self.location){
	top.location="admin.asp"
}
</script>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/style.css" type="text/css">
</head>
<body leftmargin="0" tosizeargin="0" topmargin="4">
<%session("upface")=""%>
<form name="form" method="post" action="picupsave.asp" enctype="multipart/form-data" >
<input type="hidden" name="filepath" value="photo">
<input type="hidden" name="act" value="upload">
<input type="file" name="file1" size="30">
<input type="submit" class=button name="Submit" value="上传" onclick="parent.document.myform.Submit.disabled=true,
parent.document.myform.Submit2.disabled=true;"> <BR>
  <font color="#FF0000">备注:</font>格式为.gif或.jpg,小于100KB,105*80或其倍数
</form>
</body>
</html>