Hello,
Using DHIS2 version 40.5 and below patches, I could upload any file without any limits on file size using the fileResources API. But starting with version 40.6 and above I keep getting the error that the file size is limited to 10MB.
Is there a way to configure this limit?
This is the error I get from uploading a file more than 10MB in the Reports app
And this is the error when using the fileResources
API
{
"httpStatus": "Conflict",
"httpStatusCode": 409,
"status": "ERROR",
"message": "File size can't be bigger than 10000000, current file size 11540603"
}
1 post - 1 participant