Max file size not increasing

Running the latest version. Tried increasing max file size in php.ini and in /application/config/config.ini, but site still says the max is 2MB

Have you set both the php.ini params: upload_max_filesize and post_max_size ?

Yes I did.
It turned out that I had to increase it in Nginx config as well as all the others. I assumed that php.ini would tell the webserver how big the size is, but I was wrong.

This topic was automatically closed after 250 days. New replies are no longer allowed.