An error occured while uploading a file: the server did not respond

0
I'm receiving the following message when uploading an excel file of 4,1 mb: 'An error occured while uploading a file: the server did not respond'. The following message is shown in the Mendix Service Console: 'Uploading file failed: Request does not contain any files' Uploading an excel file of 3,9 mb works fine. It thus seems that there is somehow a file size limit of 4mb, but I can't find out where. Some information on the Mendix and server I'm using. Mendix 4.8.7 IIS 8.5 Windows server 2012 R2 What I've checked so far: The upload file size limit of the FileManger in question is set to 10000 MB. In IIS I've added a header to the request filter with a limit of 30000000 bytes and restarted the website. Does anyone have any suggestions on what to try next?
asked
2 answers
0

The server did not respond sounds like a time out issue?

answered
0

I don't think that's the problem, since there is such a small differences between the file size that successfully uploads (3.95 mb), and the one that does not (4.1 mb).

answered