Provides classes and interfaces for uploading of files and management of files and directories on an application server. This component implements a 'pull' model implementation of file upload, giving the programmer full control over the file upload process.

The main class involved in controlling the process is the {@link XloadManager} class. From this class all operations are performed or instigated. Files and directories can be manipulated when on the server (including files and directories that already reside on the server) by using other classes and/or interfaces.

Package Specification

File upload component conforms to rfc1867 (see www.ietf.org/rfc/rfc1867.txt).

Related Documentation

For overviews, examples and guides, please see: @since Xload v1.2