Upload large files in forms
Overview
When you have the Upload file form widget in your form and want to allow users to upload large files, you have to configure this in the web.config files of both Sitefinity CMS and the Renderer application.
IIS hosting
If you host both Sitefinity CMS and the Renderer application on the IIS, you must add the following configuration to the web.config
files of both projects:
Standalone Renderer application
If you are running the .NET Core Renderer as a standalone application for testing purposes, you can configure the maximum file size limitation by adding the following code in the Program.cs
file of the Renderer application: