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 redirect and redirectParamName options.
13 février 2012, par Sebastian Tschanm js/jquery.fileupload.js Added redirect and redirectParamName options. This allows to set the redirect url for cross-domain iframe transport uploads, which will be sent to the upload server as form data parameter. -
Update package version.
13 février 2012, par Sebastian Tschanm package.json Update package version. -
Invoke the _renderPreview callback parameter directly if loadImage() returns false - Fixes #1007, Fixes #1008.
13 février 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js Invoke the _renderPreview callback parameter directly if loadImage() returns false - Fixes #1007, Fixes #1008. -
Always resolve with the fileupload object.
13 février 2012, par Sebastian Tschanm js/jquery.fileupload-ip.js Always resolve with the fileupload object. -
Add missing semicolons to the UI callback tests.
13 février 2012, par Sebastian Tschanm test/test.js Add missing semicolons to the UI callback tests. Correctly name the "destroyed" callback test.