Skip to content

workmanw/embernati-upload-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Background

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

Demo at: http://workmanw.github.io/embernati-upload-demo

Server / Running

This is all static content. Run it however it's convenient for you. I usually use python's simple http server

python -m SimpleHTTPServer

Credit / Attribution