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 handle_form_data method to ease handling of form data.
1er mai 2012, par Sebastian Tschanm server/php/upload.class.php Added handle_form_data method to ease handling of form data. Added index as parameter passed to the handle_file_upload method. Refactored the file upload validation. -
Display extended progress information.
1er mai 2012, par Sebastian Tschanm index.html m js/jquery.fileupload-ui.js Display extended progress information. -
Added bitrate to progress data.
30 avril 2012, par Sebastian Tschanm js/jquery.fileupload.js Added bitrate to progress data. -
Make use of the new secure_url parameter for the ger_serving_url function of the Images API.
25 avril 2012, par Sebastian Tschanm server/gae-python/main.py Make use of the new secure_url parameter for the ger_serving_url function of the Images API. -
Replaced Image Processing plugin with a more generic File Processing plugin.
22 avril 2012, par Sebastian Tschanm README.md m index.html + js/jquery.fileupload-fp.js - js/jquery.fileupload-ip.js m js/jquery.fileupload-ui.js m js/main.js m package.json m test/index.html Replaced Image Processing plugin with a more generic File Processing plugin. The File Processing plugin exposes the "process" option, (...)