문제

I am a freshman using ruby-on-rails, I want to build a website that provides users tutor videos. The problem is how can I upload a video or document on my webpage using ruby-on rails, my strategy is to save a link for that video or document in the data base so when I open a page contains a video or document it will upload automatically. I am using Postgresql 9.3

Thanks.

도움이 되었습니까?

해결책

Tyry using paperclip gem It will be easier, you can look into this link https://devcenter.heroku.com/articles/paperclip-s3

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top