upLoad1.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

Java

  1. <%@ page language="java" contentType="text/html;charset=UTF-8"
  2.  session="true" errorPage="err.jsp" %>
  3. <%@ include file="../GVinc/gvImport.jsp" %> 
  4. <%
  5. if(gvUserID<=0){
  6. out.print("非法操作!");
  7. out.close();
  8. if(true)return;
  9. }
  10. %>
  11. <html xmlns="http://www.w3.org/1999/xhtml">
  12. <head>
  13. <title><%=clubTitle%></title>
  14. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  15. <link href="./GVimgs/favicon.ico" rel="Bookmark"> 
  16. <link rel="icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
  17. <link rel="shortcut icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
  18. <link href="./GVinc/main.css" rel="stylesheet" type="text/css" />
  19. <style type="text/css">
  20. <!--
  21. body {
  22. margin-left: 0px;
  23. margin-top: 0px;
  24. margin-right: 0px;
  25. margin-bottom: 0px;
  26. }
  27. -->
  28. </style>
  29. <script language="javascript" type="text/javascript" src="../GVscript/GVpost.js"></script>
  30. <body class="bg2">
  31. <FORM name="Gforms" onSubmit="postMsg();" METHOD="POST" ACTION="<%=clubUrl%>/club/upLoad/upLoaded1.jsp?userID=<%=gvUserID%>" ENCTYPE="multipart/form-data"> 
  32. <INPUT TYPE="FILE" NAME="FILE1" SIZE="30">
  33. <INPUT name="gvSubmit" type=submit value="上载">
  34. <INPUT type="hidden" value="" name="gvBack"> 
  35. </form> 
  36. </body>
  37. </html>