response.setContentType("APPLICATION/OCTET-STREAM"); //把响应设置为二进制流
response.setHeader("Content-Disposition","attachment; filename=\""+filename+"\"");//弹出后点打开会在IE页面打开,注意此时的“你想打开或保存此文件
转载于:https://www.cnblogs.com/shenguanhao/archive/2011/10/12/2208688.html