Quote:
Originally Posted by mlevenson
Ok they both are at 8M they where set to upload_max_filesize = 2M post_max_size = 8M prior so it shouldn't have been any big deal. I copied the exact error that I'm getting in the log file.
[Thu Dec 11 08:03:29 2003] [error] [client 209.221.185.226] Requested content-length of 610908 is larger than the configured limit of 524288, referer: http://www.r1wolfpack.com/gallery/upload.php
If I change the file and make it 65K it works just fine.
|
Problem was not with the php.ini I found that the file size was being limited by the php.conf file located in httpd/conf.d directory. There is a line called limitfile size or something like that when I changed that to 6M and restared apache it worked fine.