how to upload a video,audio and a document file all in one controller?
is it possible?
if possible? please give me the solution
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs