fliptop,

that cured the problem.  danka.

matt

-----Original Message-----
From: fliptop
To: Boex,Matthew W.
Cc: [EMAIL PROTECTED]
Sent: 12/21/01 5:04 PM
Subject: Re: cgi error - can't figure out

Boex,Matthew W. wrote:

> i am getting this error message in my apache error_log when i try to
upload
> a file...
> 
> CGI.pm: Server closed socket during multipart read (client aborted?)
> 
> i do not abort the upload.  i get this error as soon as i hit my
"upload"
> button.  weird, i can upload smaller files no problem.  files that are
> between 10-40k are no problem.  when i upload 100-400k, i get this
error
> immediately.  is this an apache configuration issue?


try setting post_max directly to something high:

$CGI::POST_MAX=1024 * 1000; # max 1000K posts

and see if it still happens.  i don't know what the default setting is 
if it's not specified.

ps - i didn't cross-post this response to the mod_perl list - it's a cgi

question for sure.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to