Actions
Bug #1252
closedFile upload error when using POST method
ASK QUESTIONS IN Forums:
Description
The following error is being presented in the error log when trying to upload a file bigger than 1 MB using a HTML form with POST method.
''2007-07-01 12:50:45: (network_write.c.170) write failed: Broken pipe
mod_cgi.c.1126: (trace) (error)
connections.c.1194: (trace) (error) plugins_call_handle_send_request_content(): r = 5
''
The server application is a perl CGI script and works perfectly when uploading a file less than 1 MB.
-- stumps
Updated by Anonymous over 17 years ago
Ticket should be closed ... the problem was in the CGI application ... the lack of the following lines can restrict the upload:
$CGI::DISABLE_UPLOADS = 0;
$CGI::POST_MAX = 1024 * 1024 * 100;
-- stumps
Updated by darix over 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom