文件下載

          文件下載:
          public ActionForward execute(ActionMapping mapping, ActionForm form,
          ???HttpServletRequest request, HttpServletResponse response)
          ???throws Exception {
          ??
          ??String inPutFileName = "附件2-2010年探親路途費報銷申請表.xls";
          ??????? response.reset();
          ??????? response.setContentType("application/vnd.ms-excel;charset=GBK");
          ??????? response.setHeader("Content-Disposition", "attachment;filename=" + new String(inPutFileName.getBytes("gb2312"),"ISO8859-1"));
          ???????
          ??????? System.out.println("下載文件的路徑:" + request.getRealPath(inPutFileName));

          ??????? //System.out.println(CustgradeinputDownLoadAction.class.getClassLoader().getResource(""));
          ??????? //打開指定文件的流信息
          ?????? // InputStream is = new FileInputStream(request.getContextPath() + "/" +inPutFileName);
          ??????? InputStream is = new FileInputStream(request.getRealPath(inPutFileName));
          ??????? //寫出流信息

          ??????? int data = -1;
          ??????? OutputStream outputstream = response.getOutputStream();

          ??????? while ( (data = is.read()) != -1)
          ??????? ?outputstream.write(data);

          ??????? outputstream.flush();
          ??????? outputstream.close();
          ??????? is.close();
          ???????
          ??????? return null;
          ?}

          posted on 2010-01-12 16:11 飛熊 閱讀(228) 評論(0)  編輯  收藏 所屬分類: 上傳下載


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2010年1月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          導航

          統計

          常用鏈接

          留言簿(1)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          收藏夾

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 景东| 崇信县| 美姑县| 易门县| 平阳县| 兴化市| 丽水市| 白玉县| 安陆市| 浮梁县| 华宁县| 福海县| 睢宁县| 江源县| 三都| 浮梁县| 颍上县| 永清县| 阿拉善右旗| 成安县| 广西| 玉门市| 汕尾市| 荆门市| 阜城县| 黔西县| 宁都县| 青海省| 文水县| 永昌县| 肥西县| 蒲江县| 嘉兴市| 雅江县| 军事| 曲阜市| 阿鲁科尔沁旗| 聂荣县| 库伦旗| 中方县| 望谟县|