Re: Downloading a file from the web server to the clients machine
Posted By:
kalyas_kalyam
Posted On:
Tuesday, November 6, 2001 02:33 PM
Hello Avinesh Singh, I read your message and realised that i have the exact same problem right now. If you know the answer for the question you have posted , can you please send it thur email to kalyas@yahoo.com
Thanks
Re: Downloading a file from the web server to the clients machine
Posted By:
Amogh_Chitnis
Posted On:
Tuesday, April 3, 2001 01:50 PM
Hi,
I think what you could do to download the file from the server to the client/browser,is that you can make a request to a servlet which will read the file and then send it to the client. But before sending the file, the servlet can set the content type of the response to a one which the browser would not understand(preferabley the file exension). If the browser does not understand the content type then it pops up a open/save dialog box.
Hope this will help you.
-Amogh