springMVC结合AjaxForm上传文件
网络编程 2021-07-04 20:00www.168986.cn编程入门
这篇文章主要为大家详细介绍了springMVC结合AjaxForm上传文件的相关资料,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
最近在项目中需要上传文件文件,之前一直都是form提交的,尝试了一下AjaxForm,感觉还比较好用,写篇随笔mark下,供以后使用。
准备工作
下载jquery-form.js
相关jar:
mons-fileupload-1.1.1.jar
mons-io-1.3.2.jar
在spring-servlet.xml进行multipartResolver配置:
<bean id="multipartResolver" class=".springframework.web.multipart.mons.CommonsMultipartResolver"> <property name="defaultEncoding" value="utf-8" /> <property name="maxUploadSize" value="10485760000" /> <property name="maxInMemorySize" value="40960" /> </bean>
这个是必须的,否则不好用。
页面
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://.w3./TR/html4/loose.dtd"> <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" session="false" %> <html> <!-- - Author(s): xieshuang - Date: 2016-06-20 13:46:20 - Description: --> <head> <title>Title</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <script src="<%=request.getContextPath()%>/mon/nui/nui.js" type="text/javascript"></script> <script src="<%=request.getContextPath()%>/mon/nui/jquery/jquery-form.js" type="text/javascript"></script> <script type="text/javascript" src="<%=request.getContextPath()%>/page4nui/master/projecttype/js/projecttype_import.js"></script> <script type="text/javascript"> var contextPath="<%=request.getContextPath()%>"; </script> </head> <body> <div id="test" class="nui-fit" style="padding-:5px;min-width:300px;min-height:180px;"> <form id="fileUpload" method="post" enctype="multipart/form-data"> <div id="dataImport" style="width:100%;overflow:hidden;"> <table style="width:100%;table-layout:fixed;" class="nui-form-table" > <tr> <th align="right" style="width:25%" >选择文件</th> <td> <input id="uploadFile" type="file" name="file" style="width:90%;"><font style="color:red;width:5%;"> </font> </td> </tr> </table> </div> <div style="width:100%;padding-:10px;" align="center"> <input style="width:60px;" iconCls="icon-ok" value="确定" type="submit" /> <span style="display:inline-block;width:25px;"></span> <a class="nui-button" iconCls="icon-cancel" style="width:60px;" onclick="cancel">取消</a> </div> </form> </div> </body> </html>
核心js:
var msg; $(function(){ nui.parse(); //ajax配置 var options = { url: contextPath+"/webapp/cfProjectType/importExcel", beforeSubmit: showRequest, //提交前处理 suess: showResponse, //处理完成 resetForm: true, dataType: 'json' }; $('#fileUpload').submit(function() { //注意 $(this).ajaxSubmit(options); return false;//防止dialog 自动关闭 }); }) //执行成功回调函数 function showResponse(e) { nui.hideMessageBox(msg); if (e.importFlag == true) { CloseWindow("ok"); } else { //对错误的一些处理 } } //提交前的一些校验 function showRequest(formData, jqForm, options){ if(formData[0].value=="" || formData[0].value==null){ nui.alert("请选择文件"); return false; } var fileName = $("#uploadFile").val().split("\\").pop(); var strs = new Array(); //定义一数组 strs = fileName.split('.'); var suffix = strs [strs .length - 1]; if (suffix != 'xls' && suffix != 'xlsx') { nui.alert("请选择excel文件!"); return false; } msg = nui.loading("Loading", "Please waiting"); }
java代码
@SuppressWarnings("unchecked") @RequestMapping("/webapp/cfProjectType/importExcel") @ResponseBody public Map<String, Object> importExcel(@RequestParam("file") MultipartFile[] files, HttpServletRequest request) throws Throwable { //long starttiem = System.currentTimeMillis(); InputStream fis; fis = null; File fileIn = null; try { for (MultipartFile myfile : files) { if (!myfile.isEmpty()) { String realPath = request.getSession().getServletContext().getRealPath("/export"); fileIn = new File(realPath); //判断上传文件的保存目录是否存在 if (!fileIn.exists() && !fileIn.isDirectory()) { //创建目录 fileIn.mkdirs(路径); } //将上传的文件复制到文件夹下 myfile.transferTo(new File(路径+文件名)); } } }
这里我之前用过一个方法FileUtils.copyInputStreamToFile(InputStream arg0, File arg1)同样能将文件保存到路径狼蚁网站SEO优化
更多精彩内容请参考专题,和进行学习。
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程