文件名称:ajaxfileupload+springmvc例子
文件大小:52KB
文件格式:DOC
更新时间:2016-06-26 06:11:52
ajax fileupload jquery springmvc
handleError: function( s, xhr, status, e ) { // If a local callback was specified, fire it if ( s.error ) { s.error.call( s.context || s, xhr, status, e ); } // Fire the global callback if ( s.global ) { (s.context ? jQuery(s.context) : jQuery.event).trigger( "ajaxError", [xhr, s, e] ); } },