RequestLength and/or maxAllowedContentLength IIS7 or Lucee parameter

If you’re still getting the IIS error then it sounds like you haven’t
configured it correctly.

It should be something like this in your site’s web.config

 <system.web>
  <httpRuntime maxRequestLength="10240" />
</system.web>