小白使用react——表单上传多个文件功能和下载文件功能

来源:互联网 发布:水准仪测量数据 编辑:程序博客网 时间:2024/05/22 00:54

参考资料

https://www.cnblogs.com/Springmoon-venn/p/5536854.html

这个是能同时选择多个文件,也能多次选择一个文件上传


试用fromdata获得form表单提交后返回的值

http://yunzhu.iteye.com/blog/2177923

http://blog.csdn.net/qq_34651764/article/details/76373846



下载文件的功能,使用发送url请求,来从文件服务器中下载文件

http://blog.csdn.net/liwusen/article/details/53737970