Skip to content

Commit

Permalink
Merge pull request #2374 from hagarabdelwaha/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mshibuya committed Mar 19, 2019
2 parents 93650ab + 98565f2 commit 58e4b4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -163,6 +163,9 @@ class User < ActiveRecord::Base
end
```

Make sure that you mount the uploader with write (mount_uploaders) with `s` not (mount_uploader)
in order to avoid errors when uploading multiple files

Make sure your file input fields are set up as multiple file fields. For
example in Rails you'll want to do something like this:

Expand Down

0 comments on commit 58e4b4e

Please sign in to comment.