Is it possible to allow the fileupload control to show only images?
When we click the Browse button it should show only images.
In 2015, web browsers support the input accept attribute, so you can do this:
Keep in mind Visual Studio may show you a message about this as an invalid attribute of the FileUpload ASP tool, however.