日期:2014-05-16 浏览次数:20367 次
支持多文件上传?所需jar包?1. commons-FileUpload 1.2 包?2. commons-IO 1.3.1 包?3. Commons-BeanUtils 1.8 包?-----------------------------------upload.jsp-----------------------------------? Java代码? <html>???? <head>???? <title>Jsp+Servlet?upload?file</title>???? </head>???? <body>???? ??<form?action="uploadServlet"?method="POST"?enctype="multipart/form-data">???? ????<input?type?="file"?name="file1"/><br/>????
支持多文件上传?所需jar包?1. commons-FileUpload 1.2 包?2. commons-IO 1.3.1 包?3. Commons-BeanUtils 1.8 包?-----------------------------------upload.jsp-----------------------------------?