Uploading a file

how to upload a video,audio and a document file all in one controller?

is it possible?

if possible? please give me the solution

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: GitHub - carrierwaveuploader/carrierwave: Classier solution for file uploads for Rails, Sinatra and other Ruby web frameworks
Paperclip: GitHub - thoughtbot/paperclip: Easy file attachment management for ActiveRecord

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

– iain