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
public bool Abort { get; set; }
Property Value
- bool
public List<string> BlockList { get; set; }
Property Value
- List<string>
public decimal FileLength { get; set; }
Property Value
- decimal
public decimal Percent { get; }
Property Value
- decimal
public decimal Uploaded { get; set; }
Property Value
- decimal