Download a file from Server to Client
Hi Friends,
I want to know one thing that whether, We can download and save a file from Server to client's machine without any prompt for Open/Save.
To be more clear, I have a link on a JSP page, clicking on which, a file (.url as an extension) should get downloaded to client's desktop and page should redirect to another page. Niether I want any open/save file alert while downloading a file nor I want that file to be opened.It should just get saved on Desktop of the client.
It seems to be strange requirement,but this is what my client wants.
I just want to confirm that, is this possible in Java or any other technologies?
Thanks & Regards,
Ketan

