RadzenUpload max file size

Is it possible to increase the maximum file size that can be uploaded by RadzenUpload ?
Several forum posts indicate there is no limit however in our case a file of 18.6MB is successfully uploaded whereby the same file type but 33.3MB is posted to the controller with null parameters.

Check this thread:

and this one:

1 Like

Thanks @enchev,
The solution was to add a seperate upload button for large files and add annotation [RequestSizeLimit() to the controller action. If allowing MultipleFiles the value needs to be the total for all files being uploaded.