- Edited
You may need to increase upload_max_filesize and post_max_size in your php.ini. Then restart php-fpm or other caching services to apply the change.
As an example, on my osTicket with php8.1-fpm, I would edit this /etc/php/8.1/fpm/php.ini
to increase the limits. And then systemctl restart php8.1-fpm
to apply the changes.