We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can set a threshold for the upload size of files. If the threshold is exceeded, upload is not allowed.
You can also specify the upload size for specific file types (such as pictures, audio and video files).
The text was updated successfully, but these errors were encountered:
This would be a good feature for all instance admin to set for their community.
Maybe something like: media upload limit: 5MB
Then display message to user when file size is over limit when composing note and adding media
For now, if you use nginx you can set client_max_body_size but it's not user friendly way
client_max_body_size
Sorry, something went wrong.
No branches or pull requests
Summary
You can set a threshold for the upload size of files. If the threshold is exceeded, upload is not allowed.
You can also specify the upload size for specific file types (such as pictures, audio and video files).
The text was updated successfully, but these errors were encountered: