Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello, I have a problem with validation, for big files.
I want to restrict adding files bigger than 2mb, to the backoffice. At the media files
I made it via Web.config
<requestFiltering> <requestLimits maxAllowedContentLength="2000000"/> </requestFiltering>
And it is working fine, but when I try to load big files, it just showing that big file is loaded, and nothing happen.
Is there a way to add validation message? Or some other way to achieve the same behavior?
Thank you
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Validation message for big files
Hello, I have a problem with validation, for big files.
I want to restrict adding files bigger than 2mb, to the backoffice. At the media files
I made it via Web.config
And it is working fine, but when I try to load big files, it just showing that big file is loaded, and nothing happen.
Is there a way to add validation message? Or some other way to achieve the same behavior?
Thank you
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.