文件下載

          文件下載:
          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 飛熊 閱讀(229) 評論(0)  編輯  收藏 所屬分類: 上傳下載


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


          網(wǎng)站導(dǎo)航:
           
          <2010年1月>
          272829303112
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          導(dǎo)航

          統(tǒng)計

          常用鏈接

          留言簿(1)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          收藏夾

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 南城县| 咸丰县| 观塘区| 漳浦县| 章丘市| 唐海县| 醴陵市| 塔河县| 达孜县| 昔阳县| 西华县| 永登县| 游戏| 霍林郭勒市| 白城市| 芜湖市| 仁化县| 江陵县| 烟台市| 汝州市| 辽阳市| 永清县| 乌兰县| 新郑市| 保定市| 那坡县| 南陵县| 博野县| 林芝县| 临沭县| 保德县| 项城市| 景泰县| 浏阳市| 大港区| 兰西县| 文登市| 海口市| 日喀则市| 固原市| 长治市|