Hi all,
Iam creating a PDF and open that in browser using
servlet. When user save that PDF, then the file name will be saved as its project name which is passed.
Iam setting the file name like this
When i save the PDF in chrome and firefox it is saved with the project name. Whereas if i save the PDF in IE then the file name is saved as the Servlet name and not the name mentioned in the content disposition.
Please advise.