backbone_html5_uploader icon indicating copy to clipboard operation
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:

  1. git clone git://github.com/texel/backbone_html5_uploader.git
  2. sudo gem install bundler
  3. bundle install
  4. rackup

That's it! Happy hacking!