Package net.jot.web.multipart

Class Summary
JOTMultiPartItem When a multipart request is processed, we can find one or more MultiPart items.
JOTMultiPartParser This class is designed to parse a request coming from a multipart encoded form (ie: file upload form) This does not support the full multipart spec, but support mixed form fields and files (multiple ok).
 

Exception Summary
JOTMPException Exception thrownm when parsing a multipart form request fails.