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
Hey Jocke,
In appsettings.json, it looks like this:
{
"EPiServer": {
"CmsUI": {
"Upload": {
"FileSizeLimit": 104857600
}
}
}
}
Here's the link in the documentation: https://world.optimizely.com/documentation/developer-guides/CMS/configuration/configuring-episerver-ui
Hi!
I have tried to search for how I can set the file upload size limit for CMS 12/.NET 5? Google is however not my best friend at the moment.
I'm thinking it might be possible in app settings.json, or can I set it in code?
/Jocke