React FileUploader - ProgressEvent

The type of the progress event handler's argument.

import { FileUploaderTypes } from "devextreme-react/file-uploader"
Type: FileUploaderTypes.ProgressEvent

bytesLoaded

Type:

Number

bytesTotal

Type:

Number

component

The UI component's instance.

Selector: Component
Type:

FileUploader

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

file

Type:

File

request

Angular

If you use DxHttpModule, Angular restricts access to the XMLHttpRequest object.

segmentSize

Type:

Number