问题
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