Quote:
Originally Posted by Oak
You need to change the setting in your php.ini. The problem has nothing to do with the HTML being sent to the client, but is a limit set in php itself.
I think the directives you need to change are:
upload_max_filesize = 8M
post_max_size = 8M
8M can replaced with something else, like 1M or 2M ..
Regards,
?ke
|
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.