Skip to main content

Hi!

I have a task with a input for a file upload, the thing is I setted up the storage to 60MB but when I try to add files larger than 25 I got the following error:

Those are the configurations:

File upload domain

Storage domain

Task parameters:

Is this limit configurable somewhere else where I am not aware of?

Thanks for responses!

Could it be that the IIS configuration (still) has the default upload limit? IIRC that was about 28.6MB or so… Request Limits <requestLimits> | Microsoft Learn


I will check with the team, thanks @Ricky for suggestion.


Indeed, that was the problem, thanks for help!