Package to.etc.domui.util.upload

Class Summary
FencedOutputStream  
HeaderParser This decodes the headers.
MiniParser Small parser which can decode the "parameter=value; param=value" format used by the upload format.
MultipartStream Low level API for processing file uploads.
UploadHttpRequestWrapper  
UploadItem An item that was gotten through the multipart/form data code.
UploadParser This is a file upload parser which parses input type=file requests as posted from forms.
 

Exception Summary
FileUploadException  
FileUploadSizeExceededException  
MultipartStream.IllegalBoundaryException Thrown upon attempt of setting an invalid boundary token.
MultipartStream.MalformedStreamException Thrown to indicate that the input stream fails to follow the required syntax.