upload.jsp

来自「实验室教学管理系统还能为实验室评估提供原始资料和基本数据」· JSP 代码 · 共 35 行

JSP
35
字号
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<%
String id=(String)session.getAttribute("exp");
//out.print(id);
%>

<style type="text/css">
<!--
.style1 {font-size: 12px;color: #006699;}
.style3 {font-size: 18px; color: #CC0066; }
-->
</style>
<table width="790" border="1" align="center" cellpadding="0" cellspacing="0">
  
 <tr>
    <td height="212">	<form enctype="multipart/form-data" name="form1" method="post" action="do_upload.jsp">
<table width="469" height="143" border="1" align="center" cellpadding="0" cellspacing="0">
        
        <tr>
          <td width="95" height="40" class="style3">文件名称:</td>
          <td width="346"><span class="style1"><input type="FILE" name="FILE1" size="30"></span></td>
        </tr>
        <tr>
          <td height="25"><span class="style1"><input type="submit" name="Submit" value="上传"></span></td>
          <td><span class="style1"><input type="submit" name="Submit2" value="清除"></span></td>
        </tr>
      </table>
    </form></td>
  </tr>
 
  
</table>


⌨️ 快捷键说明

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