How to limit maximum upload size ? #197
Unanswered
pitagora04
asked this question in
Q&A
Replies: 1 comment
-
🤔 We don't have a mechanism for this yet https://github.com/torchbox/wagtailmedia/blob/main/src/wagtailmedia/models.py#L33 I've created an issue to track this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I'm just starting to use this package. It seems to be very nice.
I have a question: how should I limit maximum upload size for a Video and/or Audio ?
I want to allow only small videos up to 100MB size.
Thanks !
EDIT: I see
WagtailImageField
hasmax_upload_size
which gets max upload size fromWAGTAILIMAGES_MAX_UPLOAD_SIZE
setting. But I don't find something similar here in wagtailmedia...Beta Was this translation helpful? Give feedback.
All reactions