Hi Gourav 
The trace does not tell me much. What I can gather from it is that it is quite likely 
that your web server may have issues with HTTP/1.1 protocol. Try setting HttpClient to 
use HTTP/1.0 instead. If I recall right, you use HTTP/1.0 when posing requests using a 
raw socket

PostMethod httppost = PostMethod("http://whatever.com/target";);
httppost.setHttp11(false);

Cheers

Oleg


-----Original Message-----
From: Pani, Gourav [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 11. März 2003 18:35
To: 'Commons HttpClient Project'
Subject: RE: Problem encountered posting large files


Still not sending attachments.  Sorry for the inconvenience.

Here is the trace from the external output.  

<...>

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

Reply via email to