Great uploader like uploadify but with a “no-flash” fallback [closed]

纵饮孤独 提交于 2019-11-27 11:16:15

问题


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).


回答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 ;)




回答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



来源:https://stackoverflow.com/questions/4960718/great-uploader-like-uploadify-but-with-a-no-flash-fallback

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!