Skip to content

Instantly share code, notes, and snippets.

@rodrigotassinari
Created April 17, 2012 14:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrigotassinari/2406384 to your computer and use it in GitHub Desktop.
Save rodrigotassinari/2406384 to your computer and use it in GitHub Desktop.
Advanced file upload solutions
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