I want make a check against the IIS upload limit of the server my PHP script is running in the same manner as ini_get('upload_max_filesize')
works for the PHP settings.
I'm thinking about parsing the web.config
file to get the value of maxAllowedContentLength
, but I was wondering if there is a standard way to ask the webserver directly.