Can you use one of the attachment libraries (like Paperclip)? If not, you might still be able to find some inspiration there.
> and i need to do some processing first and then add it to the model, any > suggestions? If you're doing image processing check out ImageMagick (also works with Paperclip) or ImageScience. If you're doing general file management stuff then Ruby's modules File, FileUtil, and Tempfile may be relevant. On Jan 21, 11:30 am, John Butler <[email protected]> wrote: > What i really need is to be able to add that file to a model in the > controller, the field is a file column field. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

