struts2+jquery之form插件实现异步上传图片并显示

时间:2022-12-09 15:19:38

一、所需jar包

struts2+jquery之form插件实现异步上传图片并显示

二、index.jsp

其中jquery-1.4.2.min.js和jquery.form.js需要网上自己去下载

 

三、UploadUtilAction.java

 

UtilCommon.java

 

 

四、struts.xml

 

五、web.xml

 

六、工程图

struts2+jquery之form插件实现异步上传图片并显示

七、运行效果

struts2+jquery之form插件实现异步上传图片并显示

源码可以去http://download.csdn.net/source/3351355下载