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 the chunk index and number of chunks. Fixes #1501.
25 juillet 2012, par Sebastian Tschanm js/jquery.fileupload.js Expose the chunk index and number of chunks. Fixes #1501. Example code to set request headers based on the chunk index and chunks number: $('#fileupload').fileupload( maxChunkSize: 100000, beforeSend: function (jqXHR, settings) if (settings.chunksNumber) (...) -
Don’t set the download template height to the upload temp ate height. Fixes #1507.
25 juillet 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js Don't set the download template height to the upload temp ate height. Fixes #1507. This was previously done to avoid a flicker when the download thumbnail is loaded. However this is neglectable and setting a fixed height causes (...) -
Handle RegExp options set as HTML5 data attributes. Fixes #1485.
18 juillet 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js m package.json m test/test.js Handle RegExp options set as HTML5 data attributes. Fixes #1485. -
Added X-UA-Compatible meta tag to force latest IE rendering engine or ChromeFrame if installed.
17 juillet 2012, par Sebastian Tschanm index.html m test/index.html Added X-UA-Compatible meta tag to force latest IE rendering engine or ChromeFrame if installed. -
Updated package version.
9 juillet 2012, par Sebastian Tschanm package.json Updated package version.