reset: homework6
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user