UploadTerminationReason Enumeration
The reason the upload was terminated.
Declaration SyntaxC#public enum UploadTerminationReason Visual BasicPublic Enumeration UploadTerminationReason Members| Member | Description |
|---|
| 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 | | | 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
|