max_file_uploads 20M
I want to change to 200M
I think I'm doing it right by doing it in my php.ini but nothing is changing?
I have restart the server but nothing happens?
it stil on 20M
max_file_uploads 20M I want to change to 200M I think I'm doing it right by doing it in my php.ini but nothing is changing? I have restart the server but nothing happens? it stil on 20M |
max_file_uploads 20M I want to change to 200M I think I'm doing it right by doing it in my php.ini but nothing is changing? I have restart the server but nothing happens? it stil on 20M max_file_uploads is not a size in M it is a quantity. 20 means a maximum of 20 files can be uploaded at a time. Notice there is no M after the 20 in your screen shot. https://www.deanbassett.com |
Ok, i learn more. Just a beginner. Thanks |