当前位置: 代码迷 >> .NET Framework >> PlayFramework 上载变成打开有关问题
  详细解决方案

PlayFramework 上载变成打开有关问题

热度:371   发布时间:2016-05-01 23:56:05.0
PlayFramework 下载变成打开问题
一直超链接想下载图片结果总是打开
后来再群里找到解决办法
response.contentType = "text/html; charset=UTF-8";File file = new File(CommonUtil.ROOT_PATH+"/public/images/1.png");renderBinary(file, file.getName());

加上 第一句 就好了