Angular FileManager - FileUploadingEvent

The type of the fileUploading event handler's argument.

import { DxFileManagerTypes } from "devextreme-angular/ui/file-manager"
Type: DxFileManagerTypes.FileUploadingEvent

cancel

Type:

Boolean

|

Promise<void> (jQuery or native)

component

The UI component's instance.

Selector: dxo-component
Type:

FileManager

destinationDirectory

element

The UI component's container.

errorCode

Type:

Number

errorText

Type:

String

fileData

Type:

File