React FileUploader - BeforeSendEvent

The type of the beforeSend event handler's argument.

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

component

The UI component's instance.

Selector: 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