This topic is locked

How to increase file upload size? ASPNETRUNNER 10.9

11/11/2024 6:38:56 PM
ASPRunner.NET General questions
O
Onofre author
F
FR 11/12/2024

Add this to web.config:

<!-- Must replace default httpRuntime definition for apps doing file uploads. This expands max from 4MB to 20MB -->
<httpRuntime requestPathInvalidCharacters="" targetFramework="4.8" maxRequestLength="20480" executionTimeout="120" />