Skip to main content

UploadControlUploadingProgressChangedEventArgs Interface

Declaration

interface UploadControlUploadingProgressChangedEventArgs extends EventArgs

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

Inherited Members

Inheritance

EventArgs
UploadControlUploadingProgressChangedEventArgs

Properties

currentFileContentLength Property

Declaration

readonly currentFileContentLength: number

Property Value

Type
number

currentFileName Property

Declaration

readonly currentFileName: string

Property Value

Type
string

currentFileProgress Property

Declaration

readonly currentFileProgress: number

Property Value

Type
number

currentFileUploadedContentLength Property

Declaration

readonly currentFileUploadedContentLength: number

Property Value

Type
number

fileCount Property

Declaration

readonly fileCount: number

Property Value

Type
number

progress Property

Declaration

readonly progress: number

Property Value

Type
number

totalContentLength Property

Declaration

readonly totalContentLength: number

Property Value

Type
number

uploadedContentLength Property

Declaration

readonly uploadedContentLength: number

Property Value

Type
number