Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
EPiServer CMS and Commerce use an asset management system where you can store media file assets. A media type is an image, video, or document that you define before you can use it on a page. The Assets pane shows blocks and media assets, and also the product catalog in Commerce.
The assets system is based on a typed model with support for the following property types:
The following functionality is available for all content types:
See Media types and templates to define types for media. See BLOB storage and BLOB providers to change storage model for media, such as BLOB provider.
In web.config, change the parameters maxAllowedContentLength and maxRequestLength:
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength="1048576000" />
</requestFiltering>
</security>
</system.webServer>
Last updated: Feb 23, 2015