Could you tell me (for example, Google could not), if I can set the default file format for file upload.
Currently it allows to upload all files (please refer to the file image *.*), however I would like to limit to a specific file format.
All help is appreciated.

Environment:
NO HTML5
Backend: Struts
FrontEnd: jQuery-1.6.1
File upload plugin uses iframe to upload files.
you can use this
but using this. user can anytime change the filter.
additionally you should use
javascript or jquery to validate.