Maximum allowed files size

Added by Luciano Barbosa 11 months ago

Hi!

Where can I change the maximum file size?
In my case is set to 2M.

Tks


Replies (2)

RE: Maximum allowed files size - Added by Troex Nevelin 11 months ago

You need to change PHP config (php.ini), option upload_max_filesize, more info http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize. Or you can try setting it using ini_set function

(1-2/2)