I want to create the functionality in which once user clicks on Browse button File dialog box will open. In this dialog box only 'Excel' format file should be display and also in file type dropdown which is just above Open button in dialog box it should display on one format i.e. for excel.
So for this requirement can anybody give me some good suggestion.
Customize file dialog control in MVC web application
Ask by Anonymous User
Updated 28 Oct 2014
<input type="file" id="excelFile" accept=".xlsx" name="uploadFile"></input>