search for: mydbfile

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

Did you mean: mdfile
2006 Mar 06
0
fastcgi upload - multipart problem
...%= start_form_tag ({:action => ''create''}, {:multipart => true}) %> ... my rhtml 2: ... <input type="file" name="myfile"> ... controller: def create ... @data[:mydbfile] =@params[:myfile].read ... fastcgi server timeout extension: FastCgiServer dispatch.fcgi path -idle-timeout 120 -processes 2 I tried replacing cgi.rb with 1.8.4....Same problem ... Someone could help me ? Best regards, Fabian