Revisions : blueimp/jQuery-File-Upload - GitHub
jQuery-File-Upload - Multiple File Upload widget with Drag&Drop support for jQuery
Les articles publiés sur le site
-
Expose global progress via .fileupload('progress') method.
18 mars 2013, par blueimpm js/jquery.fileupload.js Expose global progress via .fileupload('progress') method. -
Expose the state of the jqXHR object as state() method on the data argument.
18 mars 2013, par blueimpm js/jquery.fileupload.js Expose the state of the jqXHR object as state() method on the data argument. -
Expose the jqXHR.abort() method on the data argument.
18 mars 2013, par blueimpm js/jquery.fileupload.js Expose the jqXHR.abort() method on the data argument. -
Respect the autoUpload setting and process only when submitting.
18 mars 2013, par blueimpm js/jquery.fileupload-fp.js Respect the autoUpload setting and process only when submitting. -
Remove unnecessary _destroy handler.
18 mars 2013, par blueimpm js/jquery.fileupload.js Remove unnecessary _destroy handler. Event handlers are cleaned up automatically on destroy when registered via the Widget Factory's _on() method.