files property
FileList?
get
files
The HTMLInputElement.files
property allows you to access the
FileList selected with the <input type="file">
element.
Implementation
external FileList? get files;
set
files
(FileList? value)
Implementation
external set files(FileList? value);