On Wed, 2010-08-04 at 08:28 +0200, Work wrote:
> Hey Oleg,
> the only one I've found is the browser cookie compatibility. Did you 
> mean this?
> 
> ============================
> 
> DefaultHttpClient client = new DefaultHttpClient();
> client.getParams().setParameter("http.protocol.single-cookie-header", true);
> 
> ============================
> 
> This didn't working. The error code remains the same.
> The 'expect-continue' handshaking is already disabled.
> 
> 

Have a look at the HttpMultipartMode enum. Pass
HttpMultipartMode#BROWSER_COMPATIBLE to the MultipartEntity
constructor. 

Oleg



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to