Angular FileUploader - BeforeSendEvent

The type of the beforeSend event handler's argument.

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

component

The UI component's instance.

Selector: dxo-component
Type:

FileUploader

element

The UI component's container.

file

Type:

File

request

Angular

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

uploadInfo

Type:

UploadInfo