Krystalware
SlickUpload logo

UploadTerminationReason Enumeration

The reason the upload was terminated.

Members

Cancelled

The client cancelled the upload.

ConnectionTimeout

The client never connected to the server to start the upload. The user may be trying to upload a file > 2 GB.

Custom

The upload was terminated for custom developer reasons.

Disconnected

The client disconnected.

Error

A generic error occurred.

FileFilter

The upload was terminated by an IUploadFileFilter.

MaxRequestLengthExceeded

The maximum request length was exceeded.

NotTerminated

The upload has not been terminated.