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
-
Added "JavaScript Canvas to Blob" to the requirements listing.
11 février 2012, par Sebastian Tschanm README.md Added "JavaScript Canvas to Blob" to the requirements listing. -
Updating the paths to the Bootstrap Image Gallery resources.
11 février 2012, par Sebastian Tschanm index.html Updating the paths to the Bootstrap Image Gallery resources. -
Added automatic image resizing functionality.
11 février 2012, par Sebastian Tschanm README.md m css/jquery.fileupload-ui.css + img/loading.gif m index.html + js/jquery.fileupload-ip.js m js/jquery.fileupload-ui.js m js/main.js m package.json Added automatic image resizing functionality. Greatly improved the browser responsiveness when loading the preview (...) -
Pass the file name as third argument to FormData.append().
11 février 2012, par Sebastian Tschanm js/jquery.fileupload.js Pass the file name as third argument to FormData.append(). This allows setting a file name property on Blob objects, which would otherwise be sent with a generic file name. -
Use $.ajaxSettings.xhr() to retrieve the XHR object.
10 février 2012, par Sebastian Tschanm js/cors/jquery.xdr-transport.js m js/main.js Use $.ajaxSettings.xhr() to retrieve the XHR object.