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