jQuery 選択子リファレンスマニュアル
type="file" の <input> 要素を選択します:
$(':file')
実際に試してみてください
:image 選択子は、typeが file の <input> 要素を選択します。