File upload fails when size exceeds 67k bytes

2002-07-15 Thread Ian Colin Jones
Hi, I am running Apache 1.3 on OpenVMS V7.2-1H1. When I upload files to my server all works fine, until the file size exceeds 67,066 bytes. My CGI is written in Perl 5.6. I have searched my Apache documentation looking for a limiting directive in my httpd.conf file, with no success. Changing

Re: File upload fails when size exceeds 67k bytes

2002-07-15 Thread Ged Haywood
Hi there, On Mon, 15 Jul 2002, Ian Colin Jones wrote: all works fine, until the file size exceeds 67,066 bytes. I think it might be POST_MAX in CGI.pm. 73, Ged.

RE: File upload fails when size exceeds 67k bytes

2002-07-15 Thread Charles
been unable to locate a similar technique under mod_perl ~2.0 as the Apache::Request is still under development. Charles -Original Message- From: Ian Colin Jones [mailto:[EMAIL PROTECTED]] Sent: Monday, July 15, 2002 9:10 AM To: [EMAIL PROTECTED] Subject: File upload fails when size exceeds