new444.jsp
<%--
Created by IntelliJ IDEA.
User: user1
Date: 2022/8/4
Time: 10:08
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>
<title>选择要上传的文件</title>
</head>
<body>
<form action="new445_Example4_8accept.jsp" method="post" enctype="multipart/form-data">
<input type="file" name="upload1" size="38">
<input type="submit" name="g" value="提交">
</form>
</body>
</html>