I have a need to upload large files. When I was on ACF I edited the IIS so that the web.config had a high enough setting by having an entry for requestLimits maxAllowedContentLength I then found that I also had to change a setting in ACF for Maximum size of post data which I found in the administrator settings.
I have the same IIS settings (the server was cloned and the web.config is the same), but the files will no longer upload. I’m presuming that although the message is pointing the blame at IIS with the message below. I don’t see how it can be IIS when I have the same settings.
With that being said I can’t find Maximum size of post data in the Lucee administrator. Could anybody point me in the right direction to increase the allowed post data size?
IIS Web Processing Exception (500):
Maximum request length exceeded.
For maximum request size limit errors please have administrator adjust maxRequestLength and/or maxAllowedContentLength.
Stack:
- Windows Server 2022
- IIS 10
- Java 11.0.21
- Tomcat Version 9.0
- Lucee 6.0.0.585
- MS SQL 2022
4 posts - 2 participants