CGI.pm

martynr

Verified User
Joined
Oct 12, 2004
Messages
12
A customer is trying to upload images using CGI.pm.
Small images (~200k) are fine, but once you go over say 1mb, doom and disaster strikes.

82 CGI.pm: Server closed socket during multipart read (client aborted?).
83 [Wed Aug 31 14:20:36 2005] [error] [client 80.88.196.129] Premature end of script headers: /home/best4/domains/blah/public_html/cgi-bin/image-up.pl
84 [Wed Aug 31 14:20:36 2005] [error] [client 80.88.196.129] File does not exist: /home/best4/domains/blah/public_
html/500.shtml

CGI.pm is uptodate (3.11) perl is 5.8.2

Help!
 
Hey,

Just a quick guess but...

What is post_max set to?

David
 
Back
Top