I am working on html and java script. I have file type input with that i want that the input file should only be .xls file
<input type='file' id ="browse" name ="browse"/>
Now I want that the selected files only be .xls file ..and read that xls file. how to do that with java script...And if someone can explain me with the JavaScript code that will be more appreciated.