hi,
i develope a servlet programme in local language. i want
to download a font file on user side when uaer click the download button. please explain the procedure or give me a sample code.
-
Servlets/JSP (1 messages)
- Posted by: bhargav tripathi
- Posted on: February 21 2001 15:19 EST
Threaded Messages (1)
- Servlets/JSP by Srinivas Janakiraman on February 22 2001 16:48 EST
-
Servlets/JSP[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: February 22 2001 16:48 EST
- in response to bhargav tripathi
Hi Bhargav,
I know a way to download but it will not install any file and will just get copied to the hardisk. In response.setContentType(), if you give any non standard mime types, then the browser will ask the user to download the file. Then the user can specify the directory and download the font file.
Srinivas.J