Fork me on GitHub

2017年9月12日

Struts2文件上传

摘要: siwuxie095 Struts2 文件上传 1、Web 阶段使用 FileUpload 组件实现文件上传,而 Struts2 使用 拦截器对 FileUpload 文件上传进行了封装 <interceptor-ref name="fileUpload"/> 2、对于上传文件的表单页面有三个要求: 阅读全文

posted @ 2017-09-12 21:43 siwuxie095 阅读(213) 评论(0) 推荐(0)

导航