Re: HTTPClient hangs

2004-03-04 Thread Arun G
Never mind my post. I just figured out I was using a wrong version of a modified HTTPClient. Sorry I wasted your time. Ignore my previous post. Regards, Arun --- Michael Becke <[EMAIL PROTECTED]> wrote: > Hi Arun, > > It seems that the server never responds to the > request. My only guess > is

Re: HTTPClient hangs

2004-03-04 Thread Michael Becke
Hi Arun, It seems that the server never responds to the request. My only guess is that it's related to inconsistencies with how different servers handle multi part posts. In particular, some servers seem to have trouble with content-type and transfer encoding. Please try setting both of the

HTTPClient hangs

2004-03-04 Thread Arun G
Hi folks, I am using multipart form post to upload a file. The server side is production code that we are using to upload files with other modules using multipart form post. The failure/hang is happening only with the HTTP Client code that I have pasted here. Also it is worth noting that the se