max_file_uploads how to?

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

phpinfo.png · 31.3K · 307 views
Quote · 14 Jul 2014

 

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.

The settings that effect file upload SIZE are max_file_size and post_max_size

More information on php.ini settings can be found on the php website. http://php.net/manual/en/ini.core.php

https://www.deanbassett.com
Quote · 14 Jul 2014

Ok, i learn more. Just a beginner. Thanks

Quote · 14 Jul 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.