Hi all:
I'm trying to upload big files (~5Mb) through a PHP program, and I get this error:
Request Entity Too Large
The requested resource
/proc/upload.php
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
Apache/2.0.40 Server at default_ Port 80
php.ini is well configured: (file_uploads=On, upload_max_filesize=20M)
I've tried setting LimitRequestBody 20000000 in httpd.conf (and reloading apache) with no success.
Any ideas?
Help please!
Ruben.