Forum: Rails I18n uploading a file

Posted by Kapil K. (kapil_k)
on 2011-08-18 11:11
how to upload a video,audio and a document file all in one controller?

 is it possible?

 if possible? please give me the solution
Posted by Iain Hecker (Guest)
on 2011-08-18 20:38
(Received via mailing list)
Hi Kapil,

It's not really a I18n question, but okay.

You should take a look at carrierwave and paperclip. Both are excellent
upload gems. Carrierwave has my preference.

Carrierwave: https://github.com/jnicklas/carrierwave
Paperclip: https://github.com/thoughtbot/paperclip

So it's certainly possible to upload many files in one request. Make 
sure
you configure apache/nginx to handle large files though.

-- iain
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.