Content about Java ERP Solution for Reviews Best ERP Software for sale and Free Software with Java OpenSource for Free Download

JSP set content type ms word to export HTML to ms word doc

JSP set content type ms word to export HTML to ms word doc
Using response.addHeader() to config header attribute with example

 response.addHeader("Content-disposition","attachment; filename=attes.doc");  
 response.addHeader("Content-Type","application/vnd.ms-word; charset=utf-8");