Couldnt upload file in File Dropper

0
Hi, I just want to check regarding the issue which we got while uploading file into the file dropper. As per the code logic the maximum allowed size is 5mb.But when user tries to upload 2mb file it appeared to make progress for a while, and then shows the error: "Error saving files! Error: Request failed with status code 560". Based upon the logs seems like Timeout exception error. Could you please help us know what causes this issue.PF the attachments for reference.   Note: We are not connecting to any secondary server to upload the files. Mendix db will stores the uploaded files.
asked
2 answers
2

Concurrently, how many users try to upload file ? That should be the problem when so many open connections to the mendix server.

answered
1

 

This is the error screenshot.

answered