Is it possible to allow the fileupload control to show only images?
When we click the Browse button it should show only images.
Use accept attribute to show only images in file browser like below -
with asp.nets RegularExpressionValidator to validate selected file type with validation message.