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
-
Return error message when post_max_size is exceeded. Fixes #1800.
27 octobre 2012, par Sebastian Tschanm server/php/upload.class.php Return error message when post_max_size is exceeded. Fixes #1800. -
Simplify enabling CORS with credentials.
27 octobre 2012, par Sebastian Tschanm index.html m js/jquery.fileupload-ui.js m js/main.js m server/php/upload.class.php m test/index.html m test/test.js Simplify enabling CORS with credentials. Please note the following Chrome issue: http://code.google.com/p/chromium/issues/detail?id=158148 -
Update server/php/upload.class.php
25 octobre 2012, par siepplm server/php/upload.class.php Update server/php/upload.class.php Changing options merge to array_merge in order to have full control when passing options array. https://github.com/blueimp/jQuery-File-Upload/issues/1807 -
Updated requirements to Widget Factory 1.9+.
24 octobre 2012, par Sebastian Tschanm README.md Updated requirements to Widget Factory 1.9+. -
Only use fmt.Sprintf if redirect URL contains "%s".
23 octobre 2012, par Sebastian Tschanm server/gae-go/app/main.go Only use fmt.Sprintf if redirect URL contains "%s".