Table of Contents

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

FileNull

public const string FileNull = "The file attached is invalid."

Field Value

string

InputStreamNull

public const string InputStreamNull = "The file attached could not be read."

Field Value

string

NoFileName

public const string NoFileName = "The file attached has an invalid filename."

Field Value

string

NoFiles

public const string NoFiles = "No files are attached to the upload."

Field Value

string