Displaying 1 result from an estimated 1 matches for "raw_post_data_f".
Did you mean:
  raw_post_data
  
2006 Mar 06
0
fastcgi upload - multipart problem
...i or fastcgi, browser runs forever with
files greater than 5kb.
   fastcgi log results :
           dispatcher failed to catch: bad content body (EOFError)
           cgi.rb :1021:in ''read_multipart''
           Called from
gems/1.8/actionpack-1.11.2/lib/action_controller/cgi_ext/raw_post_data_f
ix.rb:20:initialize_query
           my rhtml 1:
              <%= start_form_tag ({:action => ''create''}, {:multipart =>
true}) %>
                  ...
           my rhtml 2:
...
              <input type="file" name="myfile">
......