PowUpload 1.3
UploadState Enumeration

Home page
Contact support

Specifies the available Upload process states.

public�enum�UploadState

Members

Member Name Description
WaitingInitial state. The Upload process with the same ID as specified in the constructor hasn't started.
UploadingUpload process is in progress.
CompleteUpload process has completed.
ErrorAn error occurs while the Upload process.
CancelledThe Upload process cancelled by the user or by the PowUpload.CancelUpload() method without hard connection close.
RejectedThe Upload process was rejected due to the POST request size exceeds the maximum or minimum allowed value.
ConnectionClosedConnection was closed while upload due to the POST request size exceeds the maxRequestLengthToCloseConnection value or PowUpload.CancelUpload(true) method was called.

Requirements

Namespace: ElementIT.PowUpload

Assembly: Element-IT.PowUpload (in Element-IT.PowUpload.dll)

See Also

ElementIT.PowUpload Namespace