I moved one of the test site to XF 2.0.4 today and ran into upload size limit. ACP set max size of 50MB
So, I figured out that the setting is in php.ini and made the changes there.
memory_limit = 128M
upload_max_filesize = 50M
post_max_size = 60M
Then restart nginx, php.
Then I tried to upload something 8MB. It will uploaded to 100% and then have a cross line on it so it doesn't seem to take.
Anything else I missed?
So, I figured out that the setting is in php.ini and made the changes there.
memory_limit = 128M
upload_max_filesize = 50M
post_max_size = 60M
Then restart nginx, php.
Then I tried to upload something 8MB. It will uploaded to 100% and then have a cross line on it so it doesn't seem to take.
Anything else I missed?