www.gusucode.com > 25175 学生成绩管理查询系统码程序 > ADMIN/fsoupload.asp

    <!--#include file="inc.asp"-->
<!--#include file="../config.asp"-->

<html>
<head>
<title>文件上传</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
@import url("Admin_Style.css");
-->
</style>
<style type="text/css">
<!--
td{font-size:12px}
a{color:#000000;text-decoration: none}
a:hover{text-decoration: underline}
.tx{height:16px;width:30px;border-color:black black #000000;border-top-width:0px;border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; font-size: 12px; background-color: #eeeeee; color: #0000FF}
.button{font-size:12px;border-top-width:0px;border-right-width:0px;border-bottom-width:0px;border-left-width: 0px; height: 16px; width: 80px; background-color: #eeeeee; cursor: hand}
.tx1{height:20px;width:30px;font-size:12px;border:1px solid;border-color:black black #000000;color: #0000FF}
-->
</style>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="overflow-x:hidden">
<%
Call admin_log
Call admin_yz(3)
%>

  <table width="400" border='0' cellpadding='2' cellspacing='1' class='border'>
  <form name="form1" method="post" action="upprocess.asp?path=<%=Request.QueryString("Path")%>" enctype="multipart/form-data" >
  <input type="hidden" name="act" value="uploadfile">
    <tr class='title'> 
      <td height="22" align="center"><b>文件上传</td>
    </tr>
    <tr align="left" valign="middle" class='tdbg'> 
      <td bgcolor="#eeeeee" height="30"> 
        <script language="javascript">
	  function setid()
	  {
	  str='<br>';
	  if(!window.form1.upcount.value)
	   window.form1.upcount.value=1;
 	  for(i=1;i<=window.form1.upcount.value;i++)
	     str+='文件'+i+':<input type="file" name="file'+i+'" style="width:300" class="tx1"><br><br>';
	  window.upid.innerHTML=str+'<br>';
	  }
	  </script>
        <li> 需要上传的个数 
          <input type="text" name="upcount" class="tx" value="1" onkeydown="if(window.event.keyCode==13) {setid();return false}">
          <input type="button" name="Button" class="button" onclick="setid();" value="· 设定 ·">
        </li>
      </td>
    </tr>
    <tr align="center" valign="middle" class='tdbg'> 
      <td align="left" id="upid" height="80"> 文件1: 
        <input type="file" name="file1" style="width:300" class="tx1" value="">
      </td>
    </tr>
    <tr align="center" valign="middle" bgcolor="#eeeeee"> 
      <td bgcolor="#eeeeee" height="24"> 
        <input type="submit" name="Submit" value="· 提交 ·" class="button">
        <input type="reset" name="Submit2" value="· 重置 ·" class="button">
      </td>
    </tr>
	</form>
  </table>
<script language="javascript">
setid();
</script>
</body>
</html>