Classes

  ClassDescription
EAUploadConfigException
Represents errors that occur during EAUpload configuration load.
EAUploadCoreException
Represents errors that occur during upload process.
EAUploadException
Represents errors that occur during upload process.
EAUploadLicenseException
Represents errors that occur if some license settings are not specified correctly.
EAUploadModule
Main class of EAUpload component. EAUploadModule is a .NET HTTP Module designed to intercept page requests and preprocess them before passing them on to ASP.NET.
EAUploadRequestLengthExceeded
Represents error that occur when request length is greater than allowed value.
Form
Represents a collection of associated String form fields names and String form fields values.
License
Provides an access to License information of EAUpload component.
RejectedFile
Provides an information about rejected file.
RejectedFileCollection
Provides an access to unuploaded files which have been rejected by extention filter or because an exception had been thrown during upload.
Upload
This class encapsulates an upload process as a single whole and provides an access to information of upload process such as upload environment, uploaded files, form fields and upload status.
UploadedFile
This class encapsulates an uploaded file and provides methods and properties for manipulation with it.
UploadedFileCollection
Provides access to and organizes files uploaded by a client.
UploadEnvironment
Provides an access to configuration setting of EAUpload component.
UploadsManager
Provides static methods for manipulation with processing and processed uploads which are existed on a server.
UploadStatus
Provides all status information about upload process such as uploaded bytes, transfer rate etc.

Enumerations

  EnumerationDescription
UploadState
Represents possible values of upload process state.