|
PowUpload
1.3
UploadState Enumeration |
|
Home page
Contact support
|
Specifies the available Upload process states.
| Member Name | Description |
|---|---|
| Waiting | Initial state. The Upload process with the same ID as specified in the constructor hasn't started. |
| Uploading | Upload process is in progress. |
| Complete | Upload process has completed. |
| Error | An error occurs while the Upload process. |
| Cancelled | The Upload process cancelled by the user or by the PowUpload.CancelUpload() method without hard connection close. |
| Rejected | The Upload process was rejected due to the POST request size exceeds the maximum or minimum allowed value. |
| ConnectionClosed | Connection was closed while upload due to the POST request size exceeds the maxRequestLengthToCloseConnection value or PowUpload.CancelUpload(true) method was called. |
Namespace: ElementIT.PowUpload
Assembly: Element-IT.PowUpload (in Element-IT.PowUpload.dll)