Try setting the transferEncoding of the Part to null. Take a look at PartBase.setTransferEncoding(). You may also need to turn off (set to null) the contentType and/or the charSet.
Mike
Sid Subr wrote:
I am using multipartpost and everything looks fine on the post from the web page and the application driver except for the fact that there is a Content-Transfer-Encoding: binary
which is being sent by httpclient.. I think this might be the problem.. any suggestions
__________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]