Project

General

Profile

Actions

Bug #1252

closed

File upload error when using POST method

Added by Anonymous almost 17 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
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

Actions #1

Updated by Anonymous almost 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

Actions #2

Updated by darix almost 17 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid
Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom