The <input type="file"> HTML element is limited to what the browser supports. There is no way I know of to specify a file type filter. All you can do is check the value in the element after they make a selection and/or check the file that is actually uploaded.
-
Peter