Created
April 17, 2012 14:37
-
-
Save rodrigotassinari/2406384 to your computer and use it in GitHub Desktop.
Advanced file upload solutions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Requirements: | |
- multiple file uploads at the same time (or at least queued) | |
- compatible with IE8+, Firefox 3.6+, Chrome 5+, Safari 4+ | |
Nice to haves: | |
- individual and/or global progress bar | |
- drag & drop | |
- no flash necessary | |
Existing solutions (any comments? any other recommendations?): | |
jQuery File Upload | |
https://github.com/blueimp/jQuery-File-Upload | |
Plupload | |
http://plupload.com/ | |
Ajax Upload | |
http://valums.com/ajax-upload/ | |
Uploadify | |
http://www.uploadify.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment