accept

The accept property of the HTMLInputElement interface reflects the input element's accept attribute, generally a comma-separated list of unique file type specifiers providing a hint for the expected file type for an <input> of type file.

MDN Reference