Hi there,
apparently cgi.rb uses StringIO instead of Tempfile and StringIO.path
is not yet implemented… Therefore when you ask for local_path, you
get a StringIO.inspect instead of a path to the uploaded multipart
file!
Is this a known bug / feature? Is there any workaround?
George Moschovitis