upfile.asp
上传用户:syzzy1975
上传日期:2022-07-17
资源大小:670k
文件大小:2k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
  2. <!--#include file="inc/config.asp"-->
  3. <!--#include file="inc/chk.asp"--> 
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  5. <html>
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  8. <title>406网络书店</title>
  9. <link href="../style.css" rel="stylesheet" type="text/css">
  10. <style type="text/css">
  11. <!--
  12. .bt {font-size: 9pt; 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}
  13. .tx1 {height: 20px; width: 30px; font-size: 9pt; border: 1px solid; border-color: black black #000000; color: #000000}
  14. -->
  15. </style>
  16. </head>
  17. <body>
  18. <!--#include file="head.htm"-->
  19. <table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
  20.   <tr>
  21.     <td width="219" align="left" valign="top"><br>
  22.       <!--#include file="menu.htm"-->
  23.         <br></td><td width="561" align="left" valign="top">
  24.       <br>      <table border="0" cellpadding="0" cellspacing="0">
  25.         <tr>
  26.           <td><img src="../images/w.gif" width="18" height="18"></td>
  27.           <td style="color:#415373">上传文件</td>
  28.         </tr>
  29.       </table>      <form name="form1" method="post" action="supfile.asp" enctype="multipart/form-data" onsubmit="checkImage('file1')">
  30.         <input type="hidden" name="act" value="upload">
  31.         <table width="560" border="0" cellspacing="2" cellpadding="2" align="center" >
  32.           <tr align="center" valign="middle">
  33.             <td height="60" align="center"  >
  34.         <input type="hidden" name="filepath" value="../bookimages/">
  35.         文件:
  36.         <input type="file" name="file1"  value="">
  37.         <script language=javascript>
  38. function checkImage(sId)
  39. {
  40.   if(( document.all[sId].value.indexOf(".gif") == -1) && (document.all[sId].value.indexOf(".jpg") == -1)) {
  41.     alert("请选择gif或jpg的图象文件");
  42.     event.returnValue = false;
  43.     }
  44. }
  45.         </script>
  46.         <input type="submit" name="Submit" value="提交">
  47. 小图片尺寸控制在85x125</td>
  48.           </tr>
  49.         </table>
  50.       </form></td>
  51.   </tr>
  52. </table>
  53. <!--#include file="foot.htm"-->
  54. </body>
  55. </html>