jspsmartupload
地址:http://www.jspsmart.com
<jsp:useBean id="mySmartUpload" scope="page" class="com.jspsmart.upload.SmartUpload" />
<%
mySmartUpload.initialize(pageContext);
//mySmartUpload.setTotalMaxFileSize(5000000);//可选
mySmartUpload.upload();
mySmartUpload.getFiles().getFile(0).saveAs(yourPathAndFileName);
可以同时上传多个文件,也可以存入数据库