UploadProgressArgs Class

Supplies information about a Progress event that is being raised.

Inheritance

Object

UploadProgressArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class UploadProgressArgs

Constructors

UploadProgressArgslink

Supplies information about a Progress event that is being raised.

Declaration
public UploadProgressArgs()

Properties

Cancellink

Gets or sets a flag indicating whether the underlying XMLHttpRequest should be aborted.

Declaration
public bool Cancel { get; set; }
Property Value
Type Description
boolGets or sets a flag indicating whether the underlying XMLHttpRequest should be aborted.

Fileslink

Gets a collection of files that are being uploaded.

Declaration
public IEnumerable<FileInfo> Files { get; set; }
Property Value
Type Description
IEnumerable<FileInfo>Gets a collection of files that are being uploaded.

Loadedlink

Gets or sets the number of bytes that have been uploaded.

Declaration
public long Loaded { get; set; }
Property Value
Type Description
longGets or sets the number of bytes that have been uploaded.

Progresslink

Gets the progress as a percentage value (from 0 to 100).

Declaration
public int Progress { get; set; }
Property Value
Type Description
intGets the progress as a percentage value (from 0 to 100).

Totallink

Gets the total number of bytes that need to be uploaded.

Declaration
public long Total { get; set; }
Property Value
Type Description
longGets the total number of bytes that need to be uploaded.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙