'Declaration Public Enum UploadStatus Inherits System.Enum
public enum UploadStatus : System.Enum
Member | Description |
---|---|
CancelledByClientCommand | Cancel file uploading by client command |
CancelledByClientConnection | File uploading is cancelled by dropping client connection |
CancelledByEvent | File upload is cancelled from server-side event handler |
ErrorUploading | Error while file is uploading |
FileSizeExceeded | Size of the file exceeded |
Finished | File upload is finished |
NoSuchFile | File not found - this status is used when it is not found such key in the dictionary |
NotStarted | File is not started |
Started | File uploading is started |
UploadFinishing | Status of file when the whole content is uploaded but the file is with temporary filename |
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
View on GitHub