I HAVE read the other posts on this subject but can't cure mine.
I only get this error when trying to upload files bigger than 100k
SYSTEM DETAILS
Redhat Linux 8
Apache web server
PHP 4.2.2
registered_globals off
file_uploads on
rpm -qa gd = two versions installed
gd-1.8.4-9
gd-2.0.15-1
php.ini entry
extension=php_gd.dll
:( :(
What is the max upload file size in php.ini?
What is the LimitRequestBody number for PHP in the Apache configuration?
upload_max_filesize = 2M
I looked in the httpd.conf file but can't find the LimitRequestsBody parameter or anything similar anywhere.