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
-
Fixed loadImage process action keeping in pending state instead of rejecting the deferred if image cannot be loaded.
30 avril 2013, par blueimpFixed loadImage process action keeping in pending state instead of rejecting the deferred if image cannot be loaded. Return the data parameter for the saveImage action if no canvas.toBlob method is available.
-
Make use of global options to disable Image Load and Validation.
30 avril 2013, par blueimpMake use of global options to disable Image Load and Validation.
-
Refactor special options handling.
30 avril 2013, par blueimpRefactor special options handling.
-
Use a stricter approach to detect regular expressions in HTML data attributes.
30 avril 2013, par blueimpUse a stricter approach to detect regular expressions in HTML data attributes.
-
Added the previewAsCanvas option (default : true).
28 avril 2013, par blueimpAdded the previewAsCanvas option (default: true). Pass noRevoke option to loadImage. Crop resized images if global option imageCrop is true. Use minWidth/minHeight for resized images and previews from global options.