PlayFramework 下载变成打开问题
一直超链接想下载图片结果总是打开
后来再群里找到解决办法
response.contentType = "text/html; charset=UTF-8";File file = new File(CommonUtil.ROOT_PATH+"/public/images/1.png");renderBinary(file, file.getName());
加上 第一句 就好了
发布时间: 2013-03-12 11:19:35 作者: rapoo
PlayFramework 下载变成打开问题
一直超链接想下载图片结果总是打开
后来再群里找到解决办法
response.contentType = "text/html; charset=UTF-8";File file = new File(CommonUtil.ROOT_PATH+"/public/images/1.png");renderBinary(file, file.getName());