Rails upload video using paperclip

Hi Folks,

Good noon,

I want to upload a video using paperclip and also stored in my assets.

Please advice.

Thank You.

I would start by studying the paperclip documentation and googling for rails upload video paperclip and then come back if you still can't get it going describing the particular problem you are having.

Colin

I am using paperclip to upload images but I don't know how to upload video. Is there any one who can help me. Thanks

I have not done this but googling for rails paperclip upload video provides lots of useful looking hits. Have none of those helped you?

Colin

They are functionally identical -- binary file attachment in both cases. What else (besides uploading and attaching to a model) are you trying to accomplish?

Walter