Vue FileUploader - UploadStartedEvent

The type of the uploadStarted event handler's argument.

import { DxFileUploaderTypes } from "devextreme-vue/file-uploader"
Type: DxFileUploaderTypes.UploadStartedEvent

component

The UI component's instance.

Selector: DxComponent
Type:

FileUploader

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

file

Type:

File

request

Angular

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