Image upload

I am looking for an upload recommendation. I have a form and I want to
associate images with that specific piece of information before it is
actually submitted. Product -> Product Images. The product can have
one or more that one image associated with it.

How would you do this?

Thanks.

Seth B.

Sebastian K. (sp?) has written an easy-to-use plugin for rails
called file-column (google) which works quite well. Also there are page
on the Rails wiki about handling file uploads and RMagick.