A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
I found out that trying to upload a file larger than 30Mb fails today. Reproduced it in IE/FF and Chrome, so it must be a server-side limitation. The maxRequestLength is set to around 1Gb in web.config, unchanged default setting from CMS7 core installation. I'm having this issue both locally IIS8 / Win8 and on IIS7 / Win Serv. 2008 R2.
I can't find any documented limitation for file uploads, so i guess this is a bug?
I could probably get around this using Webdav or a VirtualPathNonUnifiedProvider, but that's far from ideal.