Yuki Nishijima
Yuki Nishijima

Reputation: 1812

Rails3 + Drag & Drop + multiple file upload

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

Answers (1)

hsym
hsym

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

Related Questions