JavaScript/jQuery FileUploader - UploadedEvent

The type of the uploaded event handler's argument.

import { UploadedEvent } from "devextreme/ui/file_uploader"
Type:

Object

component

The UI component's instance.

Type:

FileUploader

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

file

Type:

File

message

Type:

String

request

Angular

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