The event argument object for the file
{
fileName: <string>,
fileType: <string>,
fileSize: <number>,
cancel: <boolean>
} Introduced: X13.
| Property | Description |
|---|---|
| cancel | Set this property to true to cancel the event. |
| file |
The file name of the dropped file. |
| file |
The size of the file in bytes. |
| file |
The MIME type of the file. |