Reputation: 1812
I'm looking for the best practice of uploading multiple files with drag and drop function on a Rails (3.2.8) app. I'm considering using the following libraries/gems:
Gems
JavaScript
What is the best/simplest combination?
Upvotes: 1
Views: 732
Reputation: 5417
If you want to upload directly to Amazon S3, you can use s3_direct_upload gem which uses jQuery File Upload. It's pretty simple to implement.
Upvotes: 1