|
Class Summary |
| OwBufferedServletInputStream |
A BufferedServletInputStream wraps a
ServletInputStream in order to provide input buffering and to
avoid calling the the readLine method of the wrapped
ServletInputStream. |
| OwFileUpStream |
PartInputStream filters a ServletInputStream, providing access
to a single MIME part contained with in which ends with the boundary specified. |
| OwMultiPart |
A FilePart is an upload part, which represents an input type = "file" form parameter. |
| OwUpStreamParser |
A utility class to handle multipart/form-data requests, the kind
of requests that support file uploads. |
| UploadHelper |
Helper class for upload. |