I have a virtual path to a .wav file. I stored that value in a hidden field. Now when clicking a button i want to show a save dialog box for that virtual path .
i tried this
window.open(path, "", "");
But it opens file in media player .I just want to show save dialog so that u ser can select a place to store that file. Is it possible using jquery?