upLoad1.jsp
上传用户:u_thks
上传日期:2022-07-31
资源大小:1910k
文件大小:1k
- <%@ page language="java" contentType="text/html;charset=UTF-8"
- session="true" errorPage="err.jsp" %>
- <%@ include file="../GVinc/gvImport.jsp" %>
- <%
- if(gvUserID<=0){
- out.print("非法操作!");
- out.close();
- if(true)return;
- }
- %>
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title><%=clubTitle%></title>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <link href="./GVimgs/favicon.ico" rel="Bookmark">
- <link rel="icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
- <link rel="shortcut icon" href="./GVimgs/favicon.ico" type="image/x-icon" />
- <link href="./GVinc/main.css" rel="stylesheet" type="text/css" />
- <style type="text/css">
- <!--
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- -->
- </style>
- <script language="javascript" type="text/javascript" src="../GVscript/GVpost.js"></script>
- <body class="bg2">
- <FORM name="Gforms" onSubmit="postMsg();" METHOD="POST" ACTION="<%=clubUrl%>/club/upLoad/upLoaded1.jsp?userID=<%=gvUserID%>" ENCTYPE="multipart/form-data">
- <INPUT TYPE="FILE" NAME="FILE1" SIZE="30">
- <INPUT name="gvSubmit" type=submit value="上载">
- <INPUT type="hidden" value="" name="gvBack">
- </form>
- </body>
- </html>