• Overview
@angular/common/http

HttpUploadProgressEvent

interface

An upload progress event.

API

  
    interface HttpUploadProgressEvent extends HttpProgressEvent {}
  
  

loaded

number

Number of bytes uploaded or downloaded.

total

number | undefined

Total number of bytes to upload or download. Depending on the request or response, this may not be computable and thus may not be present.

Description

An upload progress event.

Note: The FetchBackend doesn't support progress report on uploads.

Jump to details