Hello dear community, I've a simple Mendix application that can store documents in a System.FileDocument entity. The goal that I am persuing is to transer any uploaded file over REST to a predefined server. My POST microflow builds the request using binary content. The issue I encounter is that every file I try to send that is over 16,3KB fails and I get an error saying: "HttpResponse: Connection reset by peer: socket write error" (probably meaning, file is too big) The thing is the server can't really be at fault here because it can recieve huge files over Postman. Do you have any idea as to what I could do? Cheers, Nate
↧