backbone_html5_uploader
backbone_html5_uploader copied to clipboard
HTML5 and Backbone.js Drag & Drop file upload example
= Backbone.js and HTML5 Drag & Drop Uploader
This is example code meant to accompany a forthcoming Onehub blog post
== Getting Started
The steps in the blog post are explicitly tagged, so the code included in the links won't change. If you'd like to get going with the latest version of this repo:
- git clone git://github.com/texel/backbone_html5_uploader.git
- sudo gem install bundler
- bundle install
- rackup
That's it! Happy hacking!