Closed
Description
It would be nice if the default upload limit could be increased a bit, as it's currently set to 2MB. It can already be easily changed by adding these lines to /config/php/php-local.ini
:
post_max_size = 10M
upload_max_filesize = 10M
However, I think it's sensible to increase the defaults to 10MB, as recommended in the docs.