[jQuery] limit to only jpeg when file upload

[jQuery] limit to only jpeg when file upload


Hi,
I'm using this to upload file:
<input id="file" name="file" type="file">
It works very well, now I'd like to find a way to check only jpeg
files are uploaded, any way to do this in jQuery? Thanks.
A.C.