File Download

Hi Gurus,I have requirement of when the client clicks on download link in browser then i had send the file from server to client. Can any body ve a code for this please send me.Thanks in advanceRavi
[226 byte] By [g_ravikanthguptaabapa] at [2007-11-26 20:02:09]
# 1
U can use this line of code to do soresponse.setContentType("application/ms-word");response.setHeader("Content-Disposition", "attachment; filename="+Name);
Chellama at 2007-7-9 23:01:08 > top of Java-index,Archived Forums,Socket Programming...