UploadProgress
The progress of an upload.
Properties
id: string
The identifier of the upload progress retrieved from the method getProgressId.
uploaded: number
Uploaded byte count.
total: number
Total byte count if available, otherwise 0.
isUploaded: boolean
Whether the file is completely uploaded.