HTML | DOM Input FileUpload files Property
The Input FileUpload files Property in HTML DOM is used to return a FileList object, representing one or multiple files selected with the file upload button and This is a read-only property. Through the FileList object, you can get the information about the files.Syntax: fileuploadObject.files Retur