The information about the dropped file.

Constructor

new(file:String)

Variables

read onlyfile:String

The dropped file name/path.

read onlynative:File

The native JS data transfer file.

Methods

getBytes(callback:(data:Bytes) ‑> Void):Void

Retrieve the dropped file contents asynchronously and pass it to callback.