
上传下载
上传下载
Mr.ninglixin
这个作者很懒,什么都没留下…
展开
-
Java针对MultipartFile上传图片获取宽、高
package com.example.demo.com;import org.apache.commons.io.FileUtils;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RequestMethod;import org.springframework.web.bind.annotation.RequestPara.原创 2021-06-21 12:24:54 · 629 阅读 · 0 评论 -
上传方法(前后端) 公共方法
vue <el-col :span="24"> <el-form-item label="证明文件" prop="fileList"> <el-upload class="upload-demo inline-block" :multiple="multiple" action="/api/common/uploadfile"原创 2020-10-30 14:37:08 · 240 阅读 · 0 评论 -
上传下载
SimpleDateFormat sdf=new SimpleDateFormat("yyyy-MM-dd"); @RequestMapping(value = "/uploadfile",method = RequestMethod.POST) public int upload(@RequestParam("templateFile")MultipartFile file, HttpServletRequest request, User u ) { String realPa原创 2020-10-21 10:00:57 · 192 阅读 · 0 评论