jQuery Selector Reference Manual
Select <input> elements with type="file":
$(':file')
Try It Yourself
:image selector selects <input> elements of type file.