0514-86177077
9:00-17:00(工作日)
%@page import="java.util.*"%>%@page import="java.io.*"%>%@page import="java.net.*"%>% String filename = ""; if (request.getParameter("file") != null) { filename = request.getParameter("file"); } response.setContentType("application/msword"); response.setHeader("Content-disposition","attachment; filename="+filename); BufferedInputStream bis = null; BufferedOutputStream bos = null; try { bis = new BufferedInputStream(new FileInputStream(getServletContext().getRealPath("" + filename))); bos = new BufferedOutputStream(response.getOutputStream()); byte[] buff = new byte[2048]; int bytesRead; while(-1 != (bytesRead = bis.read(buff, 0, buff.length))) { bos.write(buff,0,bytesRead); } } catch(final IOException e) { System.out.println ( "出現(xiàn)IOException." + e ); } finally { if (bis != null) bis.close(); if (bos != null) bos.close(); } return;%>
標簽:紹興 北海 玉樹 肇慶 潮州 廣元 吳忠 保定
上一篇:jsp連接數(shù)據(jù)庫大全
下一篇:幾則JSP入門知識總結(jié)
Copyright ? 1999-2012 誠信 合法 規(guī)范的巨人網(wǎng)絡通訊始建于2005年
蘇ICP備15040257號-8