Hi, As far as I've seen, it's possible to provide an InputStream to represent the content of a POST request, but it is not possible to write that content to an OutputStream, as in HttpURLConnection with its method getOutputStream().
Is there any way to push the content (for instance in a callback) instead of having HTTP Client pulling it? PS: I have not chose yet between 3.1 and 4, and that point is a key factor. Regards, -- Florent Georges http://www.fgeorges.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
