Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Evgen 1 post 71 karma points
    May 22, 2020 @ 14:38
    Evgen
    0

    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

    <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.enter image description here

    Is there a way to add validation message? Or some other way to achieve the same behavior?

    Thank you

Please Sign in or register to post replies

Write your reply to:

Draft