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
U can use this line of code to do soresponse.setContentType("application/ms-word");response.setHeader("Content-Disposition", "attachment; filename="+Name);