How can I serve Word/Excel documents to a web client from JSP's and/or servlets?
How can I serve Word/Excel documents to a web client from JSP's and/or servlets? ... Byron Tymvios This can be done by specifying the content type of the response, in servlets you use response.setContentType("mime/type"); and in jsp you use the ......