摘要: 【本文简介】本文将介绍 以配置 struts.xml 的方式 实现 多文件上传的功能。【文件夹结构】【struts.xml】 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... 阅读全文
posted @ 2014-07-30 21:05 小M的博客 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 【本文简介】struts 多文件上传。基于”零配置“+"ajaxfileupload" 的一个简单例子。【导入依赖jar包】jquery-1.7.2.js :http://jquery.com/download/ajaxfileupload.js:http://fileuploadajax.code... 阅读全文
posted @ 2014-07-30 20:54 小M的博客 阅读(998) 评论(0) 推荐(0) 编辑
摘要: 【本文简介】本文将简单介绍使用 struts2 ,通过零配置和 annotation 实现文件下载功能。【文件夹结构】【web.xml有关struts的配置】 struts2 org.apache.struts2.dispatcher.ng... 阅读全文
posted @ 2014-07-30 20:24 小M的博客 阅读(1627) 评论(0) 推荐(0) 编辑
摘要: 【本文简介】一个servlet 多文件上传的简单例子。【依赖包】commons-fileupload-1.3.1.jarcommons-io-2.2.jar【依赖包下载】commons-fileupload-1.3.1.jar:http://commons.apache.org/proper/com... 阅读全文
posted @ 2014-07-30 20:05 小M的博客 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 【本文简介】一个servlet文件下载的简单例子。【文件夹结构】【java代码】 1 package com.zjm.www.servlet; 2 3 import java.io.BufferedInputStream; 4 import java.io.BufferedOutputStream... 阅读全文
posted @ 2014-07-30 19:39 小M的博客 阅读(678) 评论(0) 推荐(0) 编辑
摘要: 本文将提供javaWeb中经常使用到的相对路径的获取方法,分别有: 1、url基本地址 2、带目录的url地址 3、服务器的根路径 4、服务器所在的 本地磁盘路径 5、服务器所在的本地磁盘路径,带文件夹 6、SRC目录下的文件的路径,带文件夹 阅读全文
posted @ 2014-07-30 18:44 小M的博客 阅读(818) 评论(0) 推荐(0) 编辑