Is it possible to completely remove the All Files dropdown option when uploading a file through MVC 5 HTML
@TempData["fileType"] accepts (.xml,.txt,.xml) it works but I want to completely remove All Files
<input type="file" name="file" accept="@TempData["fileType"]" />
Thanks in advance.