开发环境JDK1.8 eclipse struts2-2.3.31
1.创建web项目
2.导入struts2核心jar包
3.更改web.xml配置文件(只要配置好struts2的Filter就好)
4.创建src/struts.xml文件
代码如下 | 复制代码 |
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd">
|
5.创建src/com.ifan.action.FileUpload.Java
代码如下 | 复制代码 |
packagecom.ifan.action;
importjava.io.File;
importorg.apache.commons.io.FileUtils; importorg.apache.struts2.ServletActionContext;
importcom.opensymphony.xwork2.ActionContext; importcom.opensymphony.xwork2.ActionSupport;
publicclassFileUploadextendsActionSupport{
privateFile[] image;//上传的文件 privateString[] imageFileName;//文件名称 privateString[] imageContentType;//文件类型
publicString execute()throwsException { ServletActionContext.getRequest().setCharacterEncoding("UTF-8"); String realpath = ServletActionContext.getServletContext().getRealPath("/images"); System.out.println(realpath); if(image !=null) { File savedir=newFile(realpath); if(!savedir.getParentFile().exists()) savedir.getParentFile().mkdirs(); for(inti=0;i File savefile =newFile(savedir, imageFileName[i]); FileUtils.copyFile(image[i], savefile); } ActionContext.getContext().put("message","文件上传成功"); } return"success"; } publicFile[] getImage() { returnimage; } publicvoidsetImage(File[] image) { this.image = image; } publicString[] getImageContentType() { returnimageContentType; } publicvoidsetImageContentType(String[] imageContentType) { this.imageContentType = imageContentType; } publicString[] getImageFileName() { returnimageFileName; } publicvoidsetImageFileName(String[] imageFileName) { this.imageFileName = imageFileName; } } |
6.创建WebContent/index.jsp ,作为上传文件的页面
代码如下 | 复制代码 |
<%@ page language="java"import="java.util.*"pageEncoding="UTF-8"%> <%@ taglib prefix="s"uri="/struts-tags"%> <% String path = request.getContextPath(); String basePath = request.getScheme() +"://"+ request.getServerName() +":"+ request.getServerPort() + path +"/"; %>
|
7.创建WebContent/success.jsp 作为文件上传成功跳转的页面,创建WebContent/error.jsp 作为文件上传失败的页面 , 创建WebContent/images文件夹,作为上传文件的存储位置
野比大雄的涅槃 最新版v0.8-625
野比大雄的涅槃是一款非常好玩的从端游移植而来的精品哆啦A梦同
汽车模拟器2内置菜单全车解锁版2024 最新版v1.54.2
汽车模拟器2内置涂装版是游戏的破解版本,在该版本中为玩家提供
快递到了亲内置菜单 安卓版v0.6.2
快递到了亲内置菜单是一款非常好玩的模拟经营类手游,内部有功能
我的世界为时已晚模组整合包 手机版v皮神木马
我的世界为时已晚模组整合包是一款剧情向的恐怖游戏像素风格沙盒
纸牌农庄内购版 v1.12.77
纸牌农庄无限道具版是一款将纸牌与模拟经营相结合的游戏,为玩家