📄 upload.jsp
字号:
<%@ page contentType="text/html; charset=GBK"%>
<%@ page language="java" import="popten.web.*" %>
<%@ page errorPage="error.jsp" %>
<%@ include file="chelogin3.jsp"%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../style/style.css">
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Upload</title>
</head>
<body>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#BEDEFF" bgcolor="#F2F8FF" width="205" height="100%">
<tr>
<td width="100%" align="center">
<p ><form name="form1" enctype="multipart/form-data" method="post" action="uploadok.jsp">
<p> 1:
<input type="file" name="file1" size="10"> <br>
2:
<input type="file" name="file6" size="10"> <br>
3:
<input type="file" name="file2" size="10"> <br>
4:
<input type="file" name="file7" size="10"><br>
5:
<input type="file" name="file3" size="10"><br>
6:
<input type="file" name="file8" size="10"> <br>
7:
<input type="file" name="file4" size="10"> <br>
8:
<input type="file" name="file9" size="10"> <br>
9:
<input type="file" name="file5" size="10"><br>
10:
<input type="file" name="file10" size="10">
</p>
<p>
<input border="0" src="../img/button-upload.gif" name="Submit" type="image" class="button">
</p>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -