>>>>> ""Mike" == "Mike Martin" <[EMAIL PROTECTED]> writes:

"Mike> I have a pair of scripts which take in up to 6 filefields, munge them
"Mike> so path info remains and get sent to shell commands.

"Mike> However after a certain amount of data I get a "Invalid
"Mike> Content-Length" error and it bombs out. Googled to no avail.

It's quite possible you are hitting a limit in either your webserver
configuration, or in some intermediate proxy.  Also, CGI.pm itself limits
post-data to prevent Denial-of-service attacks, and that limit is described on
the CGI.pm manpage.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to