文件名称:兼容ie8,9,10能够正确返回json结果的ajaxfileupload.js
文件大小:8KB
文件格式:JS
更新时间:2016-08-27 02:50:06
ajax file upload jquery
struts2+jquery+ajaxfileupload 需要正确配置struts2文件struts-xml文件中需要配置extends="json-default"。如果返回json结果需要在前台js中解析json数据,要用jquery的jQuery.parseJSON(json)。