Hi,
I am writing a web site with JSP's and java servlets running on WebSphere. I am trying to set up a ling to a file that will ALWAYS prompt the user if they would like to open or save the file. At the moment, if the link is a .xls file, for example, it will open the file in Excel. Is there any way of forcing the browser to bring up the save or open question box? I have tried response.setContentType("none/none" but I think I'm barking up the wrong tree. Hope you can help, Brett.
I am writing a web site with JSP's and java servlets running on WebSphere. I am trying to set up a ling to a file that will ALWAYS prompt the user if they would like to open or save the file. At the moment, if the link is a .xls file, for example, it will open the file in Excel. Is there any way of forcing the browser to bring up the save or open question box? I have tried response.setContentType("none/none" but I think I'm barking up the wrong tree. Hope you can help, Brett.