DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17416>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17416 Send InputStreams instead of files in MultipartPostMethod ------- Additional Comments From [EMAIL PROTECTED] 2003-02-26 08:42 ------- Not providing a length along with an input stream implies: - we either buffer the request (not wanted) - or we use chunked transfer encoding since we can not calculate a Content-Length header Providing a length along with the input stream lets us: - make an unbuffered request - use the Content-Length header For the Multipart MIME format itself the length of a part has not be known in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
