Hello, I will try to be clear with my english...
I want the user on the client side to be able to save the results shown in the
JSP page to a new XLS file.
When he clicks on a button, a popup appears (like "file-save as" standard in web pages), User choose his folder and gives the name of the file to be created.
My
servlet will generate the result file with the name input by the user into his folder using outputStream class.
What is the way to able the user to choose his folder ? I can't use "input type file" because the file must exist with this input type.
I hope my request to be clear...
Thank you for your help.
Mariane