HttpClient "supports" multipart/form-data or course, in the sense that you
can always override the way in which an HttpMethod interacts with the
server, but I'm not aware of any specific RFC 2388 methods.

It should be straightforward to create an extension of PostMethod (or a new
HttpMethod implementation) that supports RFC 2388 however, and that may make
a useful overall addition.

-----Original Message-----
From: Vincent Massol
To: [EMAIL PROTECTED]
Sent: 3/19/2002 3:45 AM
Subject: [HttpClient] Does it support "multipart/form-data" ?

Hi,

Someone has asked for support for multipart/form-data in Cactus.
However, I do believe it fits better HttpClient (which Cactus uses).
Thus, my question : does HttpClient offers high level api (read easy to
use) for sending a multipart/form-data request ?

If not, is someone working on it and/or is it planned ?

Thanks
-Vincent

Reply via email to