RE: Problem encountered posting large files

2003-03-11 Thread Pani, Gourav
contentheader ) 2003/03/11 11:23:54:704 EST [DEBUG] HttpMethod - -Default charset used: ISO-8859-1 0succes s -Original Message- From: Pani, Gourav Sent: Tuesday, March 11, 2003 12:31 PM To: 'Commons HttpClient Project' Subject: RE: Problem encountered posting large files i

RE: Problem encountered posting large files

2003-03-11 Thread Pani, Gourav
i guess the attached zip file didn't go through. how about these ones? -Original Message- From: Pani, Gourav [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 12:20 PM To: 'Commons HttpClient Project' Subject: RE: Problem encountered posting large files Oleg,

RE: Problem encountered posting large files

2003-03-11 Thread Pani, Gourav
local environment. Try running your application with logging on, and see if you find any clues there. http://jakarta.apache.org/commons/httpclient/logging.html You are welcome to post the resultant wire log to this mailing lost for scrutiny. Folks, any other ideas? Oleg -Original Messag

RE: Problem encountered posting large files

2003-03-11 Thread Pani, Gourav
the content length or not? - are you sure that HttpClient does try to buffer the request in order to be able to determine its size? - have you tried posting large files to Tomcat servlet engine running on the same platform? I have not tried it myself, but I believe quite a few people have been su

RE: Problem encountered posting large files

2003-03-10 Thread Pani, Gourav
kind of HTTP server are you posting your request to? - What kind of exception are you getting? Can you post the the call stack of that exception? Oleg On Mon, 2003-03-10 at 22:36, Pani, Gourav wrote: > I am using HttpClient release 2.0 Alpha 3 using J2SDK1.4.1_01 . When I try > posting large

Problem encountered posting large files

2003-03-10 Thread Pani, Gourav
I am using HttpClient release 2.0 Alpha 3 using J2SDK1.4.1_01 . When I try posting large files greater than 2MB using the PostXML.java example, I see the packets going across and get responses back but it takes extremely long sending the data and in the process, the connection times out. I mana