geoff-maddock/events-tracker

Uploading images - what is the actual limit?

Opened this issue · 2 comments

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?

Seems like anything over 2.1mb is failing

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.