OOP MimeParser Version 3.5

Package com.bentofw.mime

This API consists of the utility classes for parsing HTTP POST request with multipart/form-data encoding.

See:
          Description

Class Summary
MimeParser This class parses the HTTP POST request with multipart/form-data encoding.
ParsedData Represents the HTTP POST request with multipart/form-data.
SavedFile The instance of this class represents the name of FILE INPUT and the java.io.File object.
 

Exception Summary
InvalidContentTypeException When the Content-Type (mime type) of the uploaded file is invalid, this exception will be thrown by MimeParser.
TooLargeFileException When the size of the uploaded file exceeds the specified max size, this exception is thrown by MimeParser.
 

Package com.bentofw.mime Description

This API consists of the utility classes for parsing HTTP POST request with multipart/form-data encoding.


What is it?

This API consists of the utility classes for parsing HTTP POST request with multipart/form-data encoding. You can specify:

About the latest release and the updated information (such as the new example), please visit our web site.


OOP MimeParser Version 3.5

ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.