Increase maximum size for uploaded file

Hi,

Does anyone know the correct way to increase the maximum size for a file to be uploaded via the file upload dialog?

Googling shows that I need to add the following section to the web.xml file

52428800 52428800 0

When I look at the web.xml file for the application I have no idea which servlet section to add it to.

Thanks]Steve

This is determined by the property servoy.webclient.maxuploadsize on the admin page.
See Docs

Are you experiencing problems with this? Because by default it is empty, which means “no restriction”.