reg_upload.jsp
上传用户:toby834
上传日期:2013-10-21
资源大小:2613k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. <%@ page contentType="text/html;charset=GBK"%>
  2. <%@ include  file="INC/const.jsp"%>
  3. <html>
  4. <head>
  5. <title></title>
  6. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  7. <STYLE type=text/css></STYLE>
  8. <LINK href="forum.css" rel=stylesheet>
  9. </head>
  10. <body bgcolor=<%=tableBodyColor%>  text="#000000" leftmargin="0" topmargin="0">
  11. <script>
  12. <!--
  13. parent.theForm.Submit.disabled=false;
  14. parent.theForm.Submit2.disabled=false;
  15. -->
  16. </script>
  17. <form name="form" method="post" action="upfile.jsp" enctype="multipart/form-data" >
  18. <input type="hidden" name="filepath" value="uploadFace">
  19. <input type="hidden" name="act" value="upload">
  20. <br>
  21. <input type="file" name="file1">
  22. <input type=submit name=Submit value="Upload" onclick="parent.theForm.Submit.disabled=true,parent.theForm.Submit2.disabled=true">
  23. </form>
  24. </body>
  25. </html>