NN2/3/4 and IE4/5 don't allow that currently.
The HTML 4 specs provide for an ACCEPT attribute to list the mime types
the server is going to process correctly and to allow the user
agent/browser to offer those mime types for selection
<INPUT TYPE="file"
ACCEPT="content-type-list"
thus
<INPUT TYPE="file"
ACCEPT="text/html, image/gif"
would specify html and gif files.
It seems however that current browsers don't support the ACCEPT
attribute.