Skip to content

Commit

Permalink
Merge pull request waynehoover#186 from nmaloeuvre/master
Browse files Browse the repository at this point in the history
note in README when multiple s3_uploader_form in page
  • Loading branch information
Wayne committed Sep 13, 2014
2 parents 9800778 + 6db6095 commit 47de8f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ Create a new view that uses the form helper `s3_uploader_form`:
<% end %>
```

Note: Its required that the file_field_tag is named 'file'.
* It is required that the file_field_tag is named 'file'.
* A unique :id should be added to file_field_tag if there is many 's3_uploader_form' in the page


Then in your application.js.coffee, call the S3Uploader jQuery plugin on the element you created above:
```coffeescript
Expand Down

0 comments on commit 47de8f5

Please sign in to comment.