Acts as attachement

I just ran into this myself...

try:

start_form_tag( { :action => "upload_image" }, { :multipart => true } )

(i'm using the new 1.2 RC, so it was actually the following for me:

<% form_tag( { :action => "upload_image" }, { :multipart => true } ) do %>

)

-pete