This is not a question for b4j actually. The code I have worked great until 2 weeks ago. In fact it still works when I try to upload very small files.
I'm using httpUtils, to postFile to my server (which is not maintained by me).
If I send a, say 5kb file, everything runs ok.
If I send a file of 800kb, I get this:
INFO: I/O exception (java.net.SocketException) caught when processing request: Software caused connection abort: socket write error
Again, everything worked great until two weeks ago, I've made no changes at the client's side, nor at the server's. So I strongly suspect it's aabaco's team that made changes. The reason of this post is to advice me how to explain to them the problem, if of course there is something more that is needed to be explained.
Thank you.
I'm using httpUtils, to postFile to my server (which is not maintained by me).
If I send a, say 5kb file, everything runs ok.
If I send a file of 800kb, I get this:
INFO: I/O exception (java.net.SocketException) caught when processing request: Software caused connection abort: socket write error
Again, everything worked great until two weeks ago, I've made no changes at the client's side, nor at the server's. So I strongly suspect it's aabaco's team that made changes. The reason of this post is to advice me how to explain to them the problem, if of course there is something more that is needed to be explained.
Thank you.