开发者

Rails 3: Getting started with user file uploads

开发者 https://www.devze.com 2023-01-19 16:49 出处:网络
I am new to Ruby on Rails. I\'m creating an application that allows user generated content, including photo uploading. I have worked with file uploading in PHP开发者_如何转开发 applications, but since

I am new to Ruby on Rails. I'm creating an application that allows user generated content, including photo uploading. I have worked with file uploading in PHP开发者_如何转开发 applications, but since I'm new to Ruby and Rails, I was wondering if there is a common technique, plugin, or gem that makes managing file uploads really easy.


You need the Paperclip gem. Watch this awesome video from Ryan Bates over at RailsCasts.com then you'll be ready to rock. http://railscasts.com/episodes/134-paperclip

It's easy!

0

精彩评论

暂无评论...
验证码 换一张
取 消