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]