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.
I’ve played with this in the past:
http://aquantum-demo.appspot.com/file-upload
Seemed reasonable for what I was doing.