I am uploading a file from one server to another server using a Java Program \'POST\' method. But I am getting below exception.
java.io.IOException: Error wr
It is possible that the error ocurred because the receiving server closed the connection, maybe because your file exceeded the size limit. Have you tested with small files?