I recently installed the PHP download portal on one of our servers. Everything works fine, but users cannot 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.inihere: http://pastebin.com/NrqJvMVM
But it still does not work after restarting the server.
Am I missing settings? Do I need to update any values in Apache configuration? Can a company's firewall somehow interfere with this?
EDIT: I checked phpinfo () and the main configuration still shows old values. However, the C: \ Windows \ php.ini configuration file has new values. I am using the wrong configuration file.