Skip to content
New issue

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

File upload size limit function #7732

Closed
KormiMeiko opened this issue Aug 27, 2021 · 1 comment
Closed

File upload size limit function #7732

KormiMeiko opened this issue Aug 27, 2021 · 1 comment
Labels
✨Feature This adds/improves/enhances a feature

Comments

@KormiMeiko
Copy link

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).

@okpierre
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨Feature This adds/improves/enhances a feature
Projects
None yet
Development

No branches or pull requests

3 participants