ripok wrote:
> What is the easy way to handle this kind of response with HttpClient?

HttpClient does not care what kind of response you get.
It will not help you at all. There are various other
libraries with multipart parsing functionality, which
may require different levels of custom coding...

http://james.apache.org/mime4j/index.html
(designed for emails)

http://commons.apache.org/fileupload/
(designed for Servlets and Portlets, will require a custom adapter)

JavaMail
http://java.sun.com/products/javamail/javadocs/index.html
(designed for emails)

hope that helps,
  Roland

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

Reply via email to