init: homework6 test2
This commit is contained in:
@@ -5,7 +5,18 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form action="UploadServlet" method="post" enctype="multipart/form-data">
|
<form action="UploadServlet" method="post" enctype="multipart/form-data">
|
||||||
<table width="600px"></table>
|
<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>
|
</form>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user