Hi Ramit, > yea..thats certainly helpful...but the catch is...that i am using version > 2.0.2 so MultipartRequestEntity not avaliable
Then you'll have to use the ancient and ugly MultipartPost: http://jakarta.apache.org/commons/httpclient/2.0/methods/multipartpost.html http://jakarta.apache.org/commons/httpclient/2.0/apidocs/org/apache/commons/httpclient/methods/MultipartPostMethod.html http://jakarta.apache.org/commons/httpclient/2.0/apidocs/org/apache/commons/httpclient/methods/multipart/PartSource.html > and moreover...my requirement is to put data in a single post request... I don't see your problem. The whole point of multipart is to put multiple parts into a single request. Hence the name "multipart". cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
