skoocda / audio-upload

Simple static website to upload files for processing on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save an image file directly to S3 using Backbone.js Example

Example Backbone app to demonstrate how developers might upload an Image file directly to S3 using Backbone.js and HTML5

For more details about the story check the following blog post on tweetegy.com

Installation / Try this out at home

  1. Clone this repo to your own computer

  2. CD into the example directory

  3. Create an S3 account if you need to, otherwise use your exisitng account!

  4. Update YOUR-BUCKET, YOUR-ACCESS-KEY and YOUR-SECRET-KEY in bootstrap.js.

  5. Run the following command:

python -m SimpleHTTPServer

Visit http://localhost:8000 and test the application!

About

Simple static website to upload files for processing on AWS


Languages

Language:JavaScript 97.8%Language:HTML 2.2%