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.
MaxRequestLengthExceeded
The maximum request length was exceeded.
NotTerminated
The upload has not been terminated.
|