From: Andrew Stewart Date: 2007-03-16T21:10:49+09:00 Subject: Re: Saving and retrieving pictures to a database with rails. Hello, On 14 Mar 2007, at 04:45, Lucas wrote: > I'm developing an application that requires me to save pictures to a > database with other data. I've been searching for hours and tried a > few examples, but I keep running into trouble. Can someone recommend a > working example or explain what needs to happen to make this work. > Thank you. This might help you: http://clarkware.com/cgi/blosxom/2007/02/24#FileUploadFu It's a tutorial on using Rick Olson's attachment_fu plugin. It can save images to a database, file system or Amazon S3. Regards, Andy Stewart