Version

UploadStatus Enumeration

Possible File Modes when file is Uploaded - e.g. Not Started, Started, Finished, etc.
Syntax
'Declaration
 
Public Enum UploadStatus 
   Inherits System.Enum
public enum UploadStatus : System.Enum 
Members
MemberDescription
CancelledByClientCommandCancel file uploading by client command
CancelledByClientConnectionFile uploading is cancelled by dropping client connection
CancelledByEventFile upload is cancelled from server-side event handler
ErrorUploadingError while file is uploading
FileSizeExceededSize of the file exceeded
FinishedFile upload is finished
NoSuchFileFile not found - this status is used when it is not found such key in the dictionary
NotStartedFile is not started
StartedFile uploading is started
UploadFinishingStatus of file when the whole content is uploaded but the file is with temporary filename
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub