uploadexcel.jsp

来自「oa办公系统」· JSP 代码 · 共 33 行

JSP
33
字号
<%@ page language="java" import="java.util.*,cn.jx.ecjtu.oa.ps.pojo.*,cn.jx.ecjtu.oa.services.*" pageEncoding="GBK"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>file.html</title>
	
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="this is my page">
    <meta http-equiv="content-type" content="text/html; charset=gbk">
    
    <!--<link rel="stylesheet" type="text/css" href="./styles.css">-->

  </head>
  
  <body>
    
    
     <form name="f1" id="f1" action="fileUpload" method="post" enctype="multipart/form-data">
     <input type="hidden" name="groupId" value="${param.groupId}">
      <table border="0" >
        <tr>
          <td>文件路径:</td>
          <td><input type="file" name="file" id="file" ></td>
        </tr>
        <tr>
          <td colspan="2" align="center" ><input type="submit" value=" 导  入 " name="button5"></td>
        </tr>
      </table>
    </form>
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?