I recently installed a PHP download portal on one of our servers. Everything is working fine, but users can't upload large files (~ 20 MB).
I set the following settings to extremely large values or unlimited:
memory_limit
upload_max_filesize
post_max_size
memory_limit
Full php.ini
here: http://pastebin.com/NrqJvMVM
But it still fails after restarting the server.
Am I missing a setting? Do I have to update any values in the Apache configuration? Could a company firewall somehow interfere with that?
EDIT: I checked phpinfo() and the master configuration still shows the old values. The config file C:\Windows\php.ini however, has the new values. Am I using the wrong config file.