Hi all I'm looking for a graceful way to interrupt one or indeed all HTTP file posts/uploads from my application. I don't need to continue these uploads.
I'm using httpClient.executeMethod(method) in a thread, and a MultiThreadedHttpConnectionManager object. Currently the idea I have is to put a condition in the write methods of my implementation of OutputStream Any suggestions? All appreciated, thanks Andrew. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
