Angular FileUploader - UploadedEvent

The type of the uploaded event handler's argument.

import { DxFileUploaderTypes } from "devextreme-angular/ui/file-uploader"
Type: DxFileUploaderTypes.UploadedEvent

component

The UI component's instance.

Selector: dxo-component
Type:

FileUploader

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: dxo-event

file

Type:

File

message

Type:

String

request

Angular

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