资源大小: 1.05MB
发布时间: 2011-03-26
文件格式: zip
下载次数: 3
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

WEB开发中,用于上传和下载文件 //得到上传文件的保存目录 String uploadpath = this.getServletContext().getRealPath("/WEB-INF/upload"); String temppath = this.getServletContext().getRealPath("/WEB-INF/temp"); try{ DiskFileItemFactory factory = new DiskFileItemFactory(); factory.setRepository(new File(temppath)); ServletFileUpload upload = new ServletFileUpload(factory); //upload.setFileSizeMax(1024*1024); upload.setHeaderEncoding("UTF-8"); if(upload.isMultipartContent(request)==false){ return; } u


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。