Re: [PHP] Cannot upload a file greater than 500 KB

2005-02-08 Thread Todd Cary
Richard - It turned out that the following was missing from Apache's httpd.conf file: SetOutputFilter PHP SetInputFilter PHP LimitRequestBody 500 Not sure what that does or where I should have read about it, but I did find that in an email I got with Google. Todd Richard Lynch wrote: Todd

Re: [PHP] Cannot upload a file greater than 500 KB

2005-02-08 Thread Richard Lynch
Todd Cary wrote: > I am using php 4 and Apache 1.3 on a RH 9 box. > > upload_max_filesize is set to 5M > > post_max_size is set to 8M > > MAX_FILE_SIZE in the HTML upload page is set to 500 > > I get the error "The document contains no data" with any file over 500 KB. > > What is creating t