cocos creator开发,接入js版本sdk
代码如下:
const data = [0x4c, 0x65, 0x61, 0x6e, 0x43, 0x6c, 0x6f, 0x75, 0x64];
const file = new AV.File('resume.txt', data);
file.save().then(() => {
}).then(() => {
Debugger.log('发送成功');
}).catch((e) => {
Debugger.log('发送失败', e);
});
web平台:发送成功
安卓原生平台:报错如下:
Simulator: D/jswrapper (149): JS: 发送失败 TypeError: root.FormData is not a constructor