Class AsyncFileUpload.Constants.Errors
- Namespace
- AjaxControlToolkit
- Assembly
- AjaxControlToolkit.dll
public static class AsyncFileUpload.Constants.Errors
- Inheritance
-
AsyncFileUpload.Constants.Errors
- Inherited Members
-
Fields
EmptyContentLength
public const string EmptyContentLength = "The file attached is empty."
Field Value
- string
public const string FileNull = "The file attached is invalid."
Field Value
- string
public const string InputStreamNull = "The file attached could not be read."
Field Value
- string
public const string NoFileName = "The file attached has an invalid filename."
Field Value
- string
public const string NoFiles = "No files are attached to the upload."
Field Value
- string