Reputation: 21981
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.
Upvotes: 8
Views: 4839
Reputation: 3705
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.
Upvotes: 1
Reputation: 13435
I've played with this in the past: http://aquantum-demo.appspot.com/file-upload
Seemed reasonable for what I was doing.
Upvotes: 3