jQuery :file Selector
Definition and Usage
The :file selector selects input elements with type=file.
Syntax
$(":file")
The :file selector selects input elements with type=file.
$(":file")