You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Samuel Yuen <sy...@aquanet.com.br> on 2000/10/04 15:30:41 UTC

Chunked encoding

Hello,

it seems everyone is very familiar with the O'Reileys' multipart file upload
servlet. Does anyone know about a servlet which handles

Transfer-Encoding: chunked

? I have done two classes called ChunkedHttpInputStream and
ChunkedHttpOutputStream but they are not complete and I´m not sure if they
implement the HTTP protocol properly

Samuel