Re: Problem with multipart post data - Content-Transfer-Encoding: 8bit

2003-09-25 Thread Dan Alford
ient Project" <[EMAIL PROTECTED]> Sent: Wednesday, September 24, 2003 6:13 PM Subject: Re: Problem with multipart post data - Content-Transfer-Encoding: 8bit > Hi Dan, > > It seems that a number of servers do not handle multi-part requests > correctly and subsequently have trouble

Re: Problem with multipart post data - Content-Transfer-Encoding: 8bit

2003-09-24 Thread Michael Becke
Hi Dan, It seems that a number of servers do not handle multi-part requests correctly and subsequently have trouble with posts that include transfer-encoding or content-type. Please see this email thread for a possible solution . I wil

Problem with multipart post data - Content-Transfer-Encoding: 8bit

2003-09-24 Thread Dan Alford
Hi all, I have a problem with a multipart post that I am doing to a third party webserver. I am using a MultiPartPostMethod and adding parts to it by the following : Hashtable params = transferObj.getPostParams(); HttpMethod method; if (transferObj.isMultipartForm()) { method = new