On an HTML page, using the INPUT tag, how can you get it so that when you click the browse button that it filters for image files only? Bonus points if it can include .bmp fil
In theory, with the accept attribute.
In practice, you can't.
I believe most people who want to do this resort to Flash.