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.
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.
Share Improve this question asked May 17, 2011 at 10:42 lisaklisak 22k41 gold badges158 silver badges247 bronze badges4 Answers
Reset to default 3I've played with this in the past: http://aquantum-demo.appspot./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./ajax-upload/
The plete upload widget uses the File API for drag-and-drop support.
And another one ;-)
http://code.google./p/html5uploader/
Plupload:
http://www.plupload.
Has a total of 6 runtimes.