Open RML0169 opened 3 days ago
Hi, just wanted to ask if it is possible to increase the Maximum upload size?
The php.ini has a limit which you probably hit: post_max_size = 50M. You can set it to 0 (/usr/local/etc/php/php.ini) to disable the check.
post_max_size = 50M
/usr/local/etc/php/php.ini
Will test this now. ill update you if it works.
Hi, just wanted to ask if it is possible to increase the Maximum upload size?