是否有针对 html5 文件 API 和上传的 Javascript 支持库?
到目前为止,我一直在使用基于 Flash 的 swfupload 及其 swfupload.js,它为用户提供来自 flash 的回调以及设置它的可能性。
我想知道 HTML5 文件 API 是否有类似的东西。在我自己从头开始做之前我会问。当可能已经有一个好的图书馆时,我不想重新发明轮子。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我过去玩过这个:
http://aquantum-demo.appspot.com/file-upload
似乎合理我在做什么。
I've played with this in the past:
http://aquantum-demo.appspot.com/file-upload
Seemed reasonable for what I was doing.
我使用 value 文件上传器。默认情况下使用 ajax 上传,如果浏览器不支持 ajax 上传,则提供后备(隐藏 iframe)。
http://valums.com/ajax-upload/
完整的上传小部件使用 File API 进行拖动-and-drop 支持。
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.
还有一个 ;-)
http://code.google.com/p/html5uploader/
And another one ;-)
http://code.google.com/p/html5uploader/
plupload:
http://www.plupload.com
共有 6 个运行时。
Plupload:
http://www.plupload.com
Has a total of 6 runtimes.