search for: submit_photo

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

2006 Mar 15
1
File Upload Problem
...I: comm with server "/home/emh/phocab.com/public/dispatch.fcgi" aborted: error parsing headers: malformed header ''image/jpeg'' i repeat, it works fine with webbrick here is my html: <%= form_tag({:controller => ''phocab'', :action => ''submit_photo''}, {:multipart => true}) %> <%= select("photo", "word_id", @words) %><br/> <%= file_field("photo", "photo") %><br/> <%= submit_tag "submit" %> <%= end_form_tag %> any ideas? i am hosting my...