UploadControlUploadingProgressChangedEventArgs Interface
Declaration
interface UploadControlUploadingProgressChangedEventArgs extends EventArgs
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.
Inheritance
EventArgsUploadControlUploadingProgressChangedEventArgs
Properties
currentFileContentLength Property
Declaration
readonly currentFileContentLength: number
Property Value
currentFileName Property
Declaration
readonly currentFileName: string
Property Value
currentFileProgress Property
Declaration
readonly currentFileProgress: number
Property Value
currentFileUploadedContentLength Property
Declaration
readonly currentFileUploadedContentLength: number
Property Value
fileCount Property
Declaration
readonly fileCount: number
Property Value
progress Property
Declaration
readonly progress: number
Property Value
totalContentLength Property
Declaration
readonly totalContentLength: number
Property Value
uploadedContentLength Property
Declaration
readonly uploadedContentLength: number
Property Value