I gave a talk at the March EmberNati meetup (Cincinnati) on asynchronously uploading files with Ember.js. This repo contains the code used in that talk. Here is the video of that talk: http://www.youtube.com/watch?v=7Z3HCTFFCKc
Demo at: http://workmanw.github.io/embernati-upload-demo
This is all static content. Run it however it's convenient for you. I usually use python's simple http server
python -m SimpleHTTPServer
- Started with the Ember 1.4 starter kit (https://github.com/emberjs/starter-kit).
- Using Bootstrap (http://getbootstrap.com/)