HTML Editor for ASP.NET AJAX Professional Edition
UploadStatus..::.ErrorType Enumeration
Server ReferenceWinthusiasm.HtmlEditor.ImageBrowser.UploadStatusUploadStatusUploadStatus..::.ErrorType
Possible error types.
Declaration Syntax
C#
public enum ErrorType
Members
MemberDescription
NoError
There was no error.

InvalidFilePath
The file path entered was invalid.

InvalidImageExtension
The image file extension was invalid.

InvalidMimeType
The image mime type was invalid.

TooLarge
The file size was larger than the maximum allowed.

FileExists
A file with the same name already exists.

InsufficientDiskSpace
There was insufficient disk space available.

Unknown
The error reason is unknown.

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.7.0.0 (2.7.0.0)