Hi,
In a
jsp, i have given a link to download a pdf file.
Point No:1 If we set the response content type and attachment etc, the browser pops up a default file download window with open, save and cancel buttons. User can save the respective file to the location and with a different name as per his desire.
Point No:2 Instead of this, i have written my own popup window using awt/swings with open, save, cancel buttons.
In this case, i dont know how to open the respective file, save the content/file coming from response stream to client's machine as it happens in
Point No:2 Request you to help me in proceeding further.
Thanks in advance,
Susmitha.