JAVA Servlet 上传批量上传大文件

新建类UploadServlet


在web.xml 中配置:



页面代码:



依赖的jar包,commons-fileupload-1.1.jar 和commons-io-1.1.jar


你可能感兴趣的:(servlet)