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
-
Fixed reference to the _getXHRPromise method.
20 mars 2013, par blueimpm js/jquery.fileupload.js Fixed reference to the _getXHRPromise method. -
Updated package version.
19 mars 2013, par blueimpm package.json Updated package version. -
Refactored progress calculation.
18 mars 2013, par blueimpm js/jquery.fileupload.js Refactored progress calculation. Expose the progress data via .progress() method on the data argument. Add convenience methods to files uploaded via send API call. -
Make sure the submit and abort convenience methods always return a jqXHR object.
18 mars 2013, par blueimpm js/jquery.fileupload.js Make sure the submit and abort convenience methods always return a jqXHR object. -
Prevent new submit while in pending state.
18 mars 2013, par blueimpm js/jquery.fileupload.js Prevent new submit while in pending state.