All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----w3c.tools.store.AttributeHolder | +----w3c.tools.store.Resource | +----w3c.jigsaw.resources.HTTPResource | +----w3c.jigsaw.resources.FilteredResource | +----w3c.jigsaw.resources.FileResource | +----w3c.jigsaw.forms.PostFileResource
The whole work is in MIME input stream handling, rather than here, as you can see. This class just dumps its inputed entities.
This resource has been written as a demo to the multipart parsing
engine, you should not use this way of uploading files since
the latest HTTP/1.1 specification defines the PUT
method.
public PostFileResource()
public Reply post(Request req) throws HTTPException
All Packages Class Hierarchy This Package Previous Next Index