vue怎么使用el-upload实现文件上传功能
发表于:2025-02-01 作者:千家信息网编辑
千家信息网最后更新 2025年02月01日,这篇文章主要介绍了vue怎么使用el-upload实现文件上传功能的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇vue怎么使用el-upload实现文件上传功能文章都会有
千家信息网最后更新 2025年02月01日vue怎么使用el-upload实现文件上传功能
这篇文章主要介绍了vue怎么使用el-upload实现文件上传功能的相关知识,内容详细易懂,操作简单快捷,具有一定借鉴价值,相信大家阅读完这篇vue怎么使用el-upload实现文件上传功能文章都会有所收获,下面我们一起来看看吧。
upload.vue
选择文件 点击上传
springboot后台 uploadController.java
package com.example.demo.controller; import java.io.File;import java.io.FileOutputStream;import java.io.InputStream;import java.util.List; import org.springframework.web.bind.annotation.CrossOrigin;import org.springframework.web.bind.annotation.PostMapping;import org.springframework.web.bind.annotation.PutMapping;import org.springframework.web.bind.annotation.RequestBody;import org.springframework.web.bind.annotation.RequestMapping;import org.springframework.web.bind.annotation.RequestParam;import org.springframework.web.bind.annotation.ResponseBody;import org.springframework.web.bind.annotation.RestController;import org.springframework.web.multipart.MultipartFile; import com.example.demo.entity.ListParam;import com.example.demo.entity.MyUser;import com.example.demo.entity.Result; @RestController@ResponseBody@CrossOrigin@RequestMapping("/api")public class UploadController { @PostMapping("/uploadUi") public Result upFile(@RequestParam("name")String name,@RequestParam("files") MultipartFile[] files ) { System.out.println("开始"); System.out.println(name); if(files != null) { for(MultipartFile file : files) { String fileName = file.getOriginalFilename(); System.out.println(fileName); try{ File mkdir = new File("F:\\app\\file"); if(!mkdir.exists()) { mkdir.mkdirs(); } //定义输出流,将文件写入硬盘 FileOutputStream os = new FileOutputStream(mkdir.getPath()+"\\"+fileName); InputStream in = file.getInputStream(); int b = 0; while((b=in.read())!=-1){ //读取文件 os.write(b); } os.flush(); //关闭流 in.close(); os.close(); }catch(Exception e) { e.printStackTrace(); return new Result(401,"失败"); } } return new Result(200,"成功"); }else { return new Result(401,"文件找不到"); } } }
关于"vue怎么使用el-upload实现文件上传功能"这篇文章的内容就介绍到这里,感谢各位的阅读!相信大家对"vue怎么使用el-upload实现文件上传功能"知识都有一定的了解,大家如果还想学习更多知识,欢迎关注行业资讯频道。
文件
功能
知识
成功
内容
篇文章
价值
信息
后台
操作简单
文章
方法
易懂
更多
看吧
硬盘
行业
资讯
资讯频道
频道
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
网络安全教育课ppt
台式电脑怎样无线连接服务器
中国网络安全保障第一人
医院网络安全讲话
广州天卓软件开发
四川大学生身高数据库
谓词 数据库
南通app软件开发的企业
俩手机之间怎样传输数据库
中华人民网络安全法解读
qq音乐如何登录代理服务器
网络安全管理及操作规程
手机浏览器代理服务器
网络安全技术英语
广东网站服务器租用云主机
医学专业数据库
街道网络安全会议记录内容
设计合理的桌面共享软件开发
数据库访问技术的概念
美国金融交易数据库
服务器搬去别的地方注意事项
服务器加装显卡有几种方式
win10网络安全密匙
美容软件开发
工业企业数据库处理
网络安全博览会开幕
软件开发合同分四年付款模板
湖北省网络安全考试网页
网络安全信息化主讲教授
数据库可以查自己的社保吗