点击这里给我发消息 点击这里给我发消息

JSP文件下载--流方式

添加时间:2013-12-7
    相关阅读: WEB 模板 JSP

  Java代码

  <%@page language="java" contentType="application/x-msdownload" import="java.io.*,java.net.*" pageEncoding="gbk"%><%

  response.reset();//可以加也可以不加

  response.setContentType("application/x-download");//设置为下载application/x-download

  // /../../退WEB-INF/classes两级到应用的根目录下去,注意Tomcat与WebLogic下面这一句得到的路径不同,WebLogic中路径最后没有/

  ServletContext context = session.getServletContext();

  String realContextPath = context.getRealPath("")+"\\plan\\计划数据模板.xls";

  String filenamedisplay = "计划数据模板.xls";

  filenamedisplay = URLEncoder.encode(filenamedisplay,"UTF-8");

  response.addHeader("Content-Disposition","attachment;filename=" + filenamedisplay);

  OutputStream output = null;

  FileInputStream fis = null;

  try

  {

  output  = response.getOutputStream();

  fis = new FileInputStream(realContextPath);

  byte[] b = new byte[1024];

  int i = 0;

  while((i = fis.read(b)) > 0)

  {

  output.write(b, 0, i);

  }

  output.flush();

  }

  catch(Exception e)

  {

  System.out.println("Error!");

  e.printStackTrace();

  }

  finally

  {

  if(fis != null)

  {

  fis.close();

  fis = null;

  }

  if(output != null)

  {

  output.close();

  output = null;

  }

  }

  %>

咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册