Re: MultipartPostMethod takes long time to execute

2003-06-02 Thread Martin Chan
2.0beta1. If the problem still persists after the upgrade, please follow the >instructions of the trouble shooting guide: > I'll try it, Thanks. > >http://jakarta.apache.org/commons/httpclient/troubleshooting.html > >Oleg > >-Original Message- >From: Martin Cha

Re: MultipartPostMethod takes long time to execute

2003-06-02 Thread Martin Chan
Thanks Ortwin, I added "filePost.setUseExpectHeader(false);" and it works. Ortwin Glück wrote: Martin Chan wrote: Hi, I use MultipartPostMethod to do upload, but I found that it takes 3-4 seconds to execute even for a very small file (<1KB). int status = httpClient.executeMe

MultipartPostMethod takes long time to execute

2003-06-02 Thread Martin Chan
ost method to many packets, each with a few adte byte in content. Can we change it? Thanks, Martin Chan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]