Maximum allowed files size
Replies (2)
(1-2/2)
Added by Luciano Barbosa 11 months ago
Hi!
Where can I change the maximum file size?
In my case is set to 2M.
Tks
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)