Download a file and give the file name as default name while saving
Hi folks
I am facing a problem. I have jsp which fetchs the file name and it's location from the database.
It can fetch many row's. Now i have provided a radio button, against each row, By clicking on it , the user selects the file to download.
And clicks on download button, which call an action say "Download File".
It's downloading the file successfully. But displaying the action name as default name while selecting the location to save the file on local machine.
I want the file name which he opted to download, should get displayed as default name.

