开发者

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

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 mig开发者_运维知识库ht be a good library out there already.


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

Seemed reasonable for what I was doing.


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.


And another one ;-)

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


Plupload:

http://www.plupload.com

Has a total of 6 runtimes.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜