Table of Contents

Class AjaxFileUploadStates

Namespace
AjaxControlToolkit
Assembly
AjaxControlToolkit.dll
public class AjaxFileUploadStates
Inheritance
AjaxFileUploadStates
Inherited Members

Constructors

AjaxFileUploadStates(HttpContext, string)

public AjaxFileUploadStates(HttpContext context, string id)

Parameters

context HttpContext
id string

Properties

Abort

public bool Abort { get; set; }

Property Value

bool

BlockList

public List<string> BlockList { get; set; }

Property Value

List<string>

FileLength

public decimal FileLength { get; set; }

Property Value

decimal

Percent

public decimal Percent { get; }

Property Value

decimal

Uploaded

public decimal Uploaded { get; set; }

Property Value

decimal