gpt4 book ai didi

ajax - 如何使用ajax在Cordova中发送音频文件?

转载 作者:行者123 更新时间:2023-12-02 23:06:40 25 4
gpt4 key购买 nike

有没有办法使用ajax将mp3文件发送到Cordova中的服务器?

谢谢。

最佳答案

您已使用cordova-file-transfer插件

例:

var transfer = new FileTransfer();
transfer.upload(FILE_ABSOLUTE_PATH, "http://example.com/upload", function(sucess){
// success callback
console.log(success);
}, function(fail){
// failure callback
console.error(fail);
});

Android中绝对路径的示例: /storage/emulated/0/Android/data/.....

关于ajax - 如何使用ajax在Cordova中发送音频文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42680931/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com