Posts by Lucas Cardoso • 11 points
2 posts
-
0
votes1
answer197
viewsA: Upload file/parameters via HTTP in Java
Guys, I was able to assign the timeout in the session when it finishes sending the file, or if it takes too long to make the connection. I had to add Httpclientbuilder settings. Still working code…
-
1
votes1
answer197
viewsQ: Upload file/parameters via HTTP in Java
I was using Python to update some equipment via Post, where I defined some parameters and sent a file, where the equipment itself updates after receiving this file. However, as I developed a Java…