I am trying to post several files to a server using HTTPClient 3.0 and would like to include the length of each file part in the part header. Looking at the HTTPClient 3.0 code and I see that for each part Content-Disposition, Content-Type, and Content-Transfer-Encoding are sent in the header but Content-Length is not. I guess my question is, is there a good reason why it was left out and would a patch that adds Content-Length to each part header be accepted for future HTTPClient release?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]