Krystalware
SlickUpload logo

UploadTerminationReason Enumeration

The reason the upload was terminated.

Declaration Syntax

C#

public enum UploadTerminationReason

Visual Basic

Public Enumeration UploadTerminationReason

Members

MemberDescription
NotTerminated
The upload has not been terminated.
Error
A generic error occurred.
MaxRequestLengthExceeded
The maximum request length was exceeded.
Disconnected
The client disconnected.
Cancelled
The client cancelled the upload.
Custom
The upload was terminated for custom developer reasons.
FileFilter
The upload was terminated by an IUploadFileFilter.
ConnectionTimeout
The client never connected to the server to start the upload. The user may be trying to upload a file > 2 GB.

Assembly: Krystalware.SlickUpload, Version: 4.0