Uploading an image to a Rails app

Hi,

I want to upload a product image to my rails app. I only want to store
the file name in the database and the actual image file in
public/image/. This seems complicated with file_field. Any pointers or
links with explainations?

Thanks,
Peter

On 9.1.2006, at 1.11, Peter M. wrote:

Hi,

I want to upload a product image to my rails app. I only want to store
the file name in the database and the actual image file in
public/image/. This seems complicated with file_field. Any pointers or
links with explainations?

Have you seen FileColumn [1]?

//jarkko

[1] http://www.kanthak.net/opensource/file_column/