Skip to main content

UploadControlUploadingProgressChangedEventArgs Interface

#Declaration

TypeScript
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

TypeScript
readonly currentFileContentLength: number

#Property Value

Type
number

#currentFileName Property

#Declaration

TypeScript
readonly currentFileName: string

#Property Value

Type
string

#currentFileProgress Property

#Declaration

TypeScript
readonly currentFileProgress: number

#Property Value

Type
number

#currentFileUploadedContentLength Property

#Declaration

TypeScript
readonly currentFileUploadedContentLength: number

#Property Value

Type
number

#fileCount Property

#Declaration

TypeScript
readonly fileCount: number

#Property Value

Type
number

#progress Property

#Declaration

TypeScript
readonly progress: number

#Property Value

Type
number

#totalContentLength Property

#Declaration

TypeScript
readonly totalContentLength: number

#Property Value

Type
number

#uploadedContentLength Property

#Declaration

TypeScript
readonly uploadedContentLength: number

#Property Value

Type
number