Uploading images - what is the actual limit?
Opened this issue · 2 comments
geoff-maddock commented
Chris tried to upload a 4MB file and it failed, and I duplicated. What's the actual upper limit? Can we compress the file if necessary?
Or up the size?
geoff-maddock commented
Seems like anything over 2.1mb is failing
geoff-maddock commented
Something odd is going on.
/etc/php/8.1/fpm/php.ini has max_upload_filesize: 6M
Confirmed this is the right ini file via php info
But in php info, it shows 2M for this value
The php.ini must either be incorrect or something is overriding this php config value.
On first pass, I don't see what it could be.