Ruby on rails - Video upload And video chat questions

I have not understood how to upload images/video/ or video chats with
ruby onrails yet. Would I need to make a model for each of those types
of data?
Profile Model
Like for instance, Name:string age:integer.

But how would I put a video model or a video chat model or image model.

Any help given is good.

Www.ebcmi.com Www.ebcmi.com wrote in post #968942:

I have not understood how to upload images/video/ or video chats with
ruby onrails yet.

Most people use Paperclip.

Would I need to make a model for each of those types
of data?
Profile Model
Like for instance, Name:string age:integer.

It will often be helpful.

But how would I put a video model or a video chat model or image model.

The same way you’d put any other model. What don’t you understand?

Any help given is good.

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Thanks I didn’t know what plugin would help me