FAQ. Restriction to upload a file

Материал из WiKi - UserSide

en | ru

How to change the limit on the size of uploaded files?

In the php.ini file, find and change the variable to the required value

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

Then save the file and restart the web server