Re: how 2 supress contentType when using multipartentity

2008-03-18 Thread ghanchakkar
-2-supress-contentType-when-using-multipartentity-tp16098366p16135528.html Sent from the HttpClient-User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

how 2 supress contentType when using multipartentity

2008-03-17 Thread ghanchakkar
MultipartRequestEntity(parts, post.getParams())); httpClient.getHttpConnectionManager().getParams().setConnectionTimeout(5000); statusCode = httpClient.executeMethod(post); Please help ASAP. Thanks in advance. -- View this message in context: http://www.nabble.com/how-2-supress-contentType-when-using

Re: how 2 supress contentType when using multipartentity

2008-03-17 Thread Oleg Kalnichevski
On Mon, 2008-03-17 at 11:30 -0700, ghanchakkar wrote: Please help me. I building a bot and trying to upload file along with form fields. when compare the request generated by httpclient with that of microsoft browser, I notice that httpclient is having following format after the header.