|
|
|
|
|
by tehwebguy
4406 days ago
|
|
A nice way to achieve this with Rails is to upload straight to S3 and then use Paperclip to get, verify and process the file. By uploading straight to S3 you also get a faster upload (than, say, Heroku) and server separation. |
|