Classes

  ClassDescription
Public classC1FileInfo
Class that represents the infomation of the uploaded file.
Public classC1FileInfoCollection
Represents a collection of C1FileInfo.
Public classC1Upload
Represents a Upload control.
Public classUploadedFileEventArgs
Provides data for FileExists event.
Public classUploadModule
HttpModule for C1Upload.
Public classUploadProgress
Class that wraps the data of the uploading progress.
Public classUploadProgressHandler
IHttpHandler for retrieving the progress data from client side.
Public classValidateFileEventArgs
Provides data for ValidatingFile event.

Delegates

  DelegateDescription
Public delegateUploadedFileEventHandler
Represents the method that will handle FileExists event.
Public delegateValidateFileEventHandler
Represents the method that will handle ValidatingFile event.

Enumerations

  EnumerationDescription
Public enumerationUploadTrigger
Enums that define the opportunity to start uploading.