You usually upload a video by saving an instance of the video on disk (or on s3 for example), and saving a reference on the database so that you can retrieve it later. It's easier to use existing gems for this, like paperclip[1] or carrierwave[2].
Unfortunately, I don't think carrierwave is available for Rails 2.3.x, but feel free to check it out anyway. Their documentation should also answer your questions. [1] https://github.com/thoughtbot/paperclip [2] https://github.com/jnicklas/carrierwave On Jun 4, 1:31 am, saritha chakilala <[email protected]> wrote: > Can any one halp? how to upload a video in ruby on rails (ruby 1.8.7 and > rails-2.3.8) > > -- > Posted viahttp://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

