To make things easier use something like the Jakarta commons projects FileUpload API in your servlet to parse the request:
http://jakarta.apache.org/commons/fileupload/ Hope that helps, George -----Original Message----- From: William Bondy [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 14, 2003 9:16 AM To: '[EMAIL PROTECTED]' Subject: Receiving Transfer-coding: chunked If a client sends content (via a POST) using chunked transfer-coding, how is the content retreived via a servlet? Does the user need to be concerned with getting the inputstream and handling the content directly in chunked format since the length may not be known at processing time? I.e. the content-legnth may be set to -1... Bill. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
