Great uploader like uploadify but with a "no-flash" fallback

25,533

Solution 1

http://www.plupload.com/ falls back from HTML5 to Flash, Gears, Silverlight and iFrame. It's developed for TinyMCE, so it's extensively tested and actively developed. One downside could be the size, but simply include it only on the sites that need to upload files and reduce size but excluding Gear or Silverlight support.

I am the author of FancyUpload, so believe me when I approve another uploader ;)

Solution 2

Sebastian Tschan just released a great plugin called jQuery File Upload that will likely suit your needs.

Demo: http://aquantum-demo.appspot.com/file-upload

Repos: https://github.com/blueimp/jQuery-File-Upload

Share:
25,533
cambraca
Author by

cambraca

I just like programming. And music.

Updated on February 28, 2020

Comments

  • cambraca
    cambraca about 4 years

    Is there a great uploader script that uses jQuery, like uploadify, but with a fallback option for when flash is not available?

    I tried FancyUpload, which has this and uses an invisible IFRAME to do its stuff. The problem is, it's built on top of Mootools (conflicts everywhere because I can't change my whole codebase to use jQuery instead of $ if I use jQuery.noConflict(), and I really don't think it's a good idea to mix js libraries like that).

  • cambraca
    cambraca about 13 years
    +1 for your hard work on fancyupload :) if only it used jQuery...
  • emragins
    emragins over 12 years
    Just what I was looking for and then some.
  • 472084
    472084 over 11 years
    IE<9 does not support multiple file uploads. This uploader has no flash fallback.