accept
The accept attribute is used with the type="file" control to specify what kind of files (including the path) that can be attached to the form. It is a comma-delimited list. For example: accept="images/*.gif"

fonte: http://www.devguru.com/Technologies/...tml_input.html

ciao