j***@sina.cn
j***@sina.cn
  • 发布:2025-06-25 15:29
  • 更新:2025-06-25 15:29
  • 阅读:17

APP 需要读本地视频文件,需要File文件格式上传服务器如何实现?

分类:uni-app

APP 需要读本地视频文件,需要File文件格式上传服务器如何实现?
plus.io.resolveLocalFileSystemURL(uploaditem.path,
function(entry) {
entry.file(function(file) {
得到的file 不是 File文件格式。

const reader = new plus.io.FileReader();
reader.onload = (e) => {
const buffer = e.target.result;

new File手动创建还不成功。
let newfile= new File([buffer]

2025-06-25 15:29 负责人:无 分享
已邀请:

要回复问题请先登录注册