I am using following code to open a file dialog box, but nothing happens on button click(). What's wrong?
<input id="btnBrowse" name="btnBrowse" type="button" value="Browse" onclick="document.execCommand('SaveAs');"/>
Edited:
Any other way to open such a dialog on other browsers as well?