Is there a Javascript support library for html5 file API and upload?

北战南征 提交于 2019-12-21 11:09:10

问题


until now I was using flash based swfupload and its swfupload.js which provides users with callbacks from flash and a possibility to set it up.

I was wondering if there is anything like this for HTML5 File API. I'm asking before I make it from scratch myself. I don't want to reinvent a wheel when there might be a good library out there already.


回答1:


I've played with this in the past: http://aquantum-demo.appspot.com/file-upload

Seemed reasonable for what I was doing.




回答2:


I use valums file uploader. This uploads using ajax by default and provides a fallback (hidden iframe) if the browser doesn't support ajax uploads.

http://valums.com/ajax-upload/

The complete upload widget uses the File API for drag-and-drop support.




回答3:


And another one ;-)

http://code.google.com/p/html5uploader/




回答4:


Plupload:

http://www.plupload.com

Has a total of 6 runtimes.



来源:https://stackoverflow.com/questions/6029656/is-there-a-javascript-support-library-for-html5-file-api-and-upload

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