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.executeMethod(filePost);
Does anyone have the same problem? How to improve the speed? I also found that the HttpClient fragment the post 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]
