Raymond Kroeker wrote:
> I am using the HttpPut method in conjunction with a RequestEntity to
> upload large files.  Is there a way to determine if the network connection
> is broken partially through the upload?

None that I know of. Java should throw an IOException if the
connection is broken. Some platforms might try to re-establish
the network connection before signaling communication errors
to applications.

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • Long Upload Raymond Kroeker
    • Re: Long Upload Roland Weber

Reply via email to