发布时间:2022-12-07 22:00
chooseMessageFile: function (e) {
var that = this;
wx.chooseMessageFile({
count: 1,
type: 'file',
success(res) {
var filename = res.tempFiles[0].name
console.info(filename);
that.setData({filename:filename});
wx.uploadFile({
url: app.globalData._server + "/test/object/upload",
filePath: res.tempFiles[0].path,
name: 'uploadFile',
success(res) {
//json字符串 需用JSON.parse 转
}
})
}
});
}
【毕设选题】基于C51单片机的毕业设计题目项目汇总 - 500例
一体式企业级文件管理器,快速打造成信息安全可控的协同知识库!
【paddle】加载模型权重后预测报错AttributeError: ‘Model‘ object has no attribute ‘_place‘
istio 服务网格_如何在Kubernetes上使用Istio服务网格设置JHipster微服务
openharmony北向应用开发实例之HelloWorld
孪生网络图像相似度_文本蕴含之孪生网络(Siamese Network)
官宣|九章云极DataCanvas核心产品通过 “可信大数据”权威评测
异常:TypeError: ‘caller‘, ‘callee‘, and ‘arguments‘ properties may not be accessed on strict mode func