www.gusucode.com > 木犁IT产品管理系统 1.0 beta1码程序 > manage/Up1.asp

    <% FD=request("FD") %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="text.css" rel="stylesheet" type="text/css">
<title>上传</title>
</head> 
<body>
<table width="400" border="0" align="center" cellpadding="6" cellspacing="1" bgcolor="#A2A2A2">
<%if Request("uid")=1 then%>
  <form action="DownUp.asp" method="post" enctype="multipart/form-data" name="form1">
<%else%>
  <form action="Up2.asp?FD=<%=FD%>" method="post" enctype="multipart/form-data" name="form1">
<%end if%>
<tr>
    <td height="30" bgcolor="#F2F2F2">&nbsp; &nbsp;请选择要上传的文件:</td>
  </tr>
  <tr>
    <td align="center" bgcolor="#F2F2F2">
        <input type="file" name="file">
      </td>
  </tr>
  <tr>
    <td align="center" bgcolor="#F2F2F2">      <input name="Submit2" type="reset" id="Submit2" value="重置">
             <input type="submit" name="Submit" value=" 提交 "></td>
  </tr>
  </form>
</table>
</body>
</html>