How we can add a field to add image and video in the forms.

Hi, I want to add a field for image upload and video in my application using its forms. can you help?

I suggest starting by googling for rails image upload

That should show you some of the options that are available.

Colin

I’d look into gems that are incredibly helpful with this

the top 3 are

paperclip carrierwave dragonfly

Test it and you’ll find the answer, then come back if there are some problem. Go go go!