In my website i need to create a file upload form for csv files. So, a browse form is supposed to filter all but two categories: "All files" and "Custom files (*.csv)". Accept = ".csv" attribute has solved the problem for
the other browsers, however, IE11 adds two additional file type categories: "Images" and "HTML". Is it possible to remove this categories, leaving only two?
↧