reset: homework6

This commit is contained in:
2025-05-12 19:14:18 +08:00
parent bdf8b42821
commit b2be163b2b
13 changed files with 0 additions and 716 deletions
-22
View File
@@ -1,22 +0,0 @@
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>Title</title>
</head>
<body>
<form action="UploadServlet" method="post" enctype="multipart/form-data">
<table width="600px">
<tr>
<td>上传者</td>
<td><input type="text" name="name"></td>
<tr>
<td>上传文件</td>
<td><input type="file" name="myfile"></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="提交"></td>
</tr>
</table>
</form>
</body>
</html>