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
-
Replace jQuery Templates with a new JavaScript Templates engine :
11 décembre 2011, par Sebastian Tschanm README.md - README.txt m index.html m jquery.fileupload-ui.js m tests/index.html m tests/tests.js Replace jQuery Templates with a new JavaScript Templates engine: https://github.com/blueimp/JavaScript-Templates Fixes #780 and fixes also fixes (...) -
Added postMessage API page version 1.1 to the repository root.
7 décembre 2011, par Sebastian Tschanm gae-go/app.yaml m gae-python/app.yaml - gae-python/static/postmessage.html m index.html m postmessage.html Added postMessage API page version 1.1 to the repository root. Removed postmessage.html from the GAE projects. -
Removed unnecessary whitespace.
7 décembre 2011, par Sebastian Tschanm application.js m jquery.fileupload-ui.js m jquery.fileupload.js m jquery.iframe-transport.js m jquery.postmessage-transport.js m jquery.xdr-transport.js m tests/tests.js Removed unnecessary whitespace. Added newline to the end of the source (...) -
Use "this" instead of a closure variable as data parameter inside of the data.submit() method - Fixes #847.
6 décembre 2011, par Sebastian Tschanm jquery.fileupload-ui.js m jquery.fileupload.js Use "this" instead of a closure variable as data parameter inside of the data.submit() method - Fixes #847. Store the jqXHR object returned by data.submit() as property of the data (...) -
Updated jQuery to version 1.7.1.
4 décembre 2011, par Sebastian Tschanm index.html m jquery.fileupload.js m jquery.iframe-transport.js m tests/index.html m tests/tests.js Updated jQuery to version 1.7.1. Using the "always" callback instead of the deprecated "complete" callback for the $.ajax file uploads, now that the jQuery bug #10723 has been fixed. Using the (...)