Skip to content

File upload limit set to 2MB #51

Closed
@StevenReitsma

Description

@StevenReitsma

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions