Hello,
I am experiencing a similar problem to kano-tw, unable to upload larger than 16M. All of the PHP settings seem to be in order, except one:
max_execution_time 60 2000
My best guess is that the upload request is timing out, as it is most likely taking more than 60 seconds to upload a large file. However, I cannot find the “Local Value” setting anywhere, after tons of searching. The php.ini file is set to 2000, as seen in the Master Value above. Can anyone suggest where the Local Value for max_execution_time could be set, if not in the php.ini file?
Other settings like this, for instance:
upload_max_filesize 40M 40M
Appear to be controlled, both Local Value and Master Value, by the php.ini file. (When I change that setting, both values change.) Not so for max_execution_time.
Any help or suggestions would be greatly appreciated.
TIA,
Frank