We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FILE_UPLOAD_SIZE_LIMIT
Changing the FILE_UPLOAD_SIZE_LIMIT while bookstack does not error out, php.ini dictates the max file is 10M hardcoded.
Alternatives:
Display a log message when FILE_UPLOAD_SIZE_LIMIT is changed informing user that has to bind mount a modified php.ini file
Thanks