Re: problem with reading response of a multipart post

2004-08-27 Thread Tomislav Dedus
Hi Ortwin, thanks for the help! The problem was the content-type an the transfer-encoding-header. Overwriting of StringPart with not setting these headers solved the problem. Thanks again and best regards Tomi Tomislav Dedus wrote: Hi, first of all great project. But I'm

problem with reading response of a multipart post

2004-08-26 Thread Tomislav Dedus
Hi, first of all great project. But I'm having little trouble with a multipart post.All other requests are working fine. After I execute the MultipartPostMethod with a few (120) StringParts nothing happens. The log shows that I get the response header HTTP/1.1 100 continue but thats all. Then

Re: problem with reading response of a multipart post

2004-08-26 Thread Ortwin Glück
Tomislav Dedus wrote: Hi, first of all great project. But I'm having little trouble with a multipart post.All other requests are working fine. After I execute the MultipartPostMethod with a few (120) StringParts nothing happens. The log shows that I get the response header HTTP/1.1 100 continue

Re: problem with reading response of a multipart post

2004-08-26 Thread Tomislav Dedus
Hi Ortwin, i've tried that earlier, but nothing changed expect that no unexpected response appeared in the log. Do you have another clue? Best regards... Tomislav Dedus wrote: Hi, first of all great project. But I'm having little trouble with a multipart post.All other