search for: handle_file_test

Displaying 1 result from an estimated 1 matches for "handle_file_test".

2006 May 17
2
Problem uploading files
Hi everyone, I''m having trouble uploading some files. I''ve set up a simple action whose view looks like: <%= start_form_tag({:action => ''handle_file_test''}, {:multipart => true}) %> <label for="file">File to Upload</label> <%= file_field_tag "file" %> <%= submit_tag %> <%= end_form_tag %> <% if defined? @file.original_filename %> <%= debug @file %><br /> <%= @...