In /etc/httpd/conf.d/php.conf there is a line that limits the size of $_REQUEST to a byte size that, when shipped with PHP, comes to approx 524K, however, that amount can be changed.
How can you use PHP to determine the size of LimitRequestBody in advance? I need that for my application as the user will need to know the absolute limit of what they can upload at one time via PHP.
Thanx
Phil