Skip to content

Commit

Permalink
added basic readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico committed Feb 22, 2012
1 parent fd75009 commit b8ae93b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@

Features:

* No flash
* No flash :)
* File Progress Indicator (Chrome, Firefox, Safari)
* Multiple file selection, parallel upload (Chrome, Firefox, Safari)
* Drag'n'Drop (Firefox 4+, Safari 5+ [buggy on windows], Google Chrome)
* Internet Explorer and Opera fall back to iframe transport single file uploads

Tested with

* Chrome, Firefox, Safari, Opera and IE 7
Tested with Chrome, Firefox, Safari, Opera and IE 7

== Getting Started

1. bundle install
1. Install gems
bundle install

2. Make sure the following environment variables are set: S3_UPLOADER_BUCKET, S3_UPLOADER_ACCESS_KEY, S3_UPLOADER_SECRET_ACCESS_KEY

3. Deploy uploader javascript and form to s3: bundle exec rake uploader:deploy
3. Deploy uploader javascript and form to s3
bundle exec rake uploader:deploy

0 comments on commit b8ae93b

Please sign in to comment.