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
-
Refactored chunked uploads implementation.
15 octobre 2012, par Sebastian Tschanm js/jquery.fileupload.js m server/php/upload.class.php m test/test.js Refactored chunked uploads implementation. Chunked uploads now make use of the standardized Content-Range and Range headers to determine the chunk sequence. -
Moved request method switch into class initialization code.
14 octobre 2012, par Sebastian Tschanm server/php/index.php m server/php/upload.class.php Moved request method switch into class initialization code. Added option to return response of get, post and delete methods instead of printing it to the output stream. Added option (...) -
Load images to process as img element instead of canvas.
10 octobre 2012, par Sebastian Tschanm js/jquery.fileupload-fp.js Load images to process as img element instead of canvas. This is necessary to work around the iOS resource limit restrictions. See the following issue for reference: https://github.com/blueimp/JavaScript-Load-Image/issues/13 -
Fixed TypeError on Drag&Drop of text selection. Fixes #1755.
10 octobre 2012, par Sebastian Tschanm js/jquery.fileupload.js Fixed TypeError on Drag&Drop of text selection. Fixes #1755. -
Improve CSS validity and adjust responsive and IE styles.
2 octobre 2012, par Sebastian Tschanm css/jquery.fileupload-ui.css m css/style.css Improve CSS validity and adjust responsive and IE styles.