geoff-maddock / events-tracker

CRM and calendar to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.
https://arcane.city
MIT License
15 stars 5 forks source link

Uploading images - what is the actual limit? #1208

Open geoff-maddock opened 4 months ago

geoff-maddock commented 4 months ago

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 4 months ago

Seems like anything over 2.1mb is failing

geoff-maddock commented 4 months ago

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.