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
-
Use an absolute ID to reference the jQuery UI widget factory for AMD loaders. Fixes #942.
3 mars 2012, par Sebastian Tschanm js/jquery.fileupload.js Use an absolute ID to reference the jQuery UI widget factory for AMD loaders. Fixes #942. -
Rename uploaded files with duplicate filenames.
1er mars 2012, par Sebastian Tschanm server/php/upload.class.php Rename uploaded files with duplicate filenames. -
Leave minFileSize by default undefined, to workaround a bug in the Android 2 mobile platform.
29 février 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js Leave minFileSize by default undefined, to workaround a bug in the Android 2 mobile platform. -
Implemented improvements and fixes suggested by Claudio Rumolo :
28 février 2012, par Sebastian Tschanm server/php/upload.class.php Implemented improvements and fixes suggested by Claudio Rumolo: * If scaling factor is >= 1, don't do any image processing. * Add JPEG/PNG quality parameter option. * Recalculate the file size if the original file has been replaced by a scaled (...) -
Added options to define the upload/download template IDs.
28 février 2012, par Sebastian Tschanm js/jquery.fileupload-ui.js m package.json Added options to define the upload/download template IDs.