Classes
| Class | Description | |
|---|---|---|
| C1FileInfo |
Class that represents the infomation of the uploaded file.
| |
| C1FileInfoCollection |
Represents a collection of C1FileInfo.
| |
| C1Upload |
Represents a Upload control.
| |
| UploadedFileEventArgs |
Provides data for FileExists event.
| |
| UploadModule |
HttpModule for C1Upload.
| |
| UploadProgress |
Class that wraps the data of the uploading progress.
| |
| UploadProgressHandler |
IHttpHandler for retrieving the progress data from client side.
| |
| ValidateFileEventArgs |
Provides data for ValidatingFile event.
|
Delegates
| Delegate | Description | |
|---|---|---|
| UploadedFileEventHandler |
Represents the method that will handle FileExists event.
| |
| ValidateFileEventHandler |
Represents the method that will handle ValidatingFile event.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| UploadTrigger |
Enums that define the opportunity to start uploading.
|