init: homework6

This commit is contained in:
2025-05-12 12:25:45 +08:00
parent 347de0c1c9
commit 71970e321c
13 changed files with 705 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<%@ 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"></table>
</form>
</body>
</html>