how do i update an image with Attachment_Fu ?

it should support User.update_attributes(params[:user])

where user.rb has the has_attachment in the model and inside params[:user] is an “uploaded_data” file field.

Adam