Search code examples
sitecoresitecore8.1sitecore-media-library

Restrict image upload size in sitecore


Is there a way to control image upload size in Sitecore?

is it possible to have a custom warning message on uploading a large file?

We are on Sitecore 8.1 update 3.


Solution

  • You can use setting:

    <setting name="Media.MaxSizeInDatabase" value="500MB"/>