'Declaration Public Enum FileError Inherits System.Enum
public enum FileError : System.Enum
Member | Description |
---|---|
EstablishingFileName | File error occurs when getting file name from the request |
FileSizeExceeded | File size exceeded |
InternalErrorHeaderParsing | Error while parsing request header |
InternalErrorUploadFolderNotFound | Temporary folder where file should be uploaded could not be found |
InternalExceptionFileDeleting | Error occurred when trying to delete file |
InternalExceptionFileSaving | Error occurs when file saving fails |
InternalExceptionFileStarting | Error occurred when trying to write file content for the first time |
InternalExceptionFileWriting | Error occurs when trying to write file content |
KeyFileNotFound | File does not exist with the specified key in the request |
MimeTypeValidation | MIME type validation failed |
None | No error |
ServerSideCancel | Error set when fileupload is cancelled on start uploading in event handler |
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