Hey Everybody, This is the only way I''ve been able to get my file upload to work: class Item < ActiveRecord::Base def file=(upload) @file=upload end def after_create File.open("public/items/#{self.id}.jpg", "w") { |f| f.write(@file.read) } end end The upload form has "file_field ''item'', ''file'', ...". I''ve tried using self.file (causes a stack error), and @id (empty). It just feels wrong mixing class and instance vars ;). Am I missing something? Thanks, csn __________________________________ Yahoo! for Good - Make a difference this year. http://brand.yahoo.com/cybergivingweek2005/
Mark Beattie
2005-Dec-23 02:51 UTC
Re: Handling file uploads & mixing class and instance vars
On Friday 23 December 2005 11:27 am, CSN wrote:> ... Am I missing something?http://www.kanthak.net/opensource/file_column/index.html -- Mark Beattie Easy Schedule Management http://easy-online-schedule.com