使用un陈独秀妻子iapp开发混合app时碰到后台需要发送multipart/form-data请求 ,可以直接使用uni.u转学手续ploadFile上传文件的同时将后台需要的其他 请求参数放在formData中一并发送
单文件发送请求uni.uploadFile({ url:this.url,filePath: tempFilePaths[0], name: 'file',formData:this.formdata,header:{ "Content-Type": "multipart/form-data","tok少先队入队仪式en":this.token},success: (res) => { if (res.data.code == 200){ console.log('请求成功_______________',res)uni.showToast({ icon:'none',title:'提交成功',success: (res) => { tTimeout(() => { uni.navigateBack({ delta: 1})}, 1500)}}) }},fail:(err)=>{ console.log('请求失败_______________',err)}})
多文件发送<--定义一个 file 对象的数组为files 参数,file 对象的结构:-->let imgs = this.imgList.map((value, index) => { return { name: "img" + index, uri: value }});uni.uploadFile({ url:this.url,files:this.imgs,formData:this.formdata,header:{ "Content-Type": "multipart/form-data","token":this.token},success: (res) => { if (res.data.code == 200){ console.log('请求成功_______________',res)uni.showToast({ icon:'none',title:'提交成功',success: (res) => { tTimeout(() => { uni.navigateBack({ delta: 1})}, 1500)}}) }},fail:(err)=>{ console.log('请求失败_______________',err困境的意思)}})
教学工作总结本文地址:https://blog.csdn.net/qq_44090577/article/details/114257037
本文发布于:2023-04-07 17:57:55,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/5536323ff6788a03da33e7133c119d57.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:uniapp使用uni.uploadFile上传图片文件,发送form.doc
本文 PDF 下载地址:uniapp使用uni.uploadFile上传图片文件,发送form.pdf
留言与评论(共有 0 条评论) |