8

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.

lisak
  • 21,611
  • 40
  • 152
  • 243

4 Answers4

3

I've played with this in the past: http://aquantum-demo.appspot.com/file-upload

Seemed reasonable for what I was doing.

John Green
  • 13,241
  • 3
  • 29
  • 51
1

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.

Stefaan Colman
  • 3,715
  • 2
  • 22
  • 11
0

And another one ;-)

http://code.google.com/p/html5uploader/

ofi
  • 364
  • 1
  • 4
0

Plupload:

http://www.plupload.com

Has a total of 6 runtimes.

Tom
  • 8,536
  • 31
  • 133
  • 232