Phonegap zip插件删除我的文件

Phonegap zip plugin remove my files

本文关键字:我的 文件 删除 插件 zip Phonegap      更新时间:2023-09-26

当我在 https://github.com/Adobe-Marketing-Cloud/cordova-zip-plugin 上使用Phonegap zip插件时,我的文件消失了。

fileTransfer.download(
    uri,
    'cdvfile://localhost/persistent/uploads.zip',
     function(entry) {
      zip.unzip(entry.toURL(), 'cdvfile://localhost/persistent/uploads', function(data){
        if(data !== 0){
            alert('KO');
        }else{
            alert('Success');
        }
     }, progressCallback);              
   }, ...

当我上传文件而不解压缩时,它正确出现在此文件夹 file:///var/mobile/Containers/Data/Application/0F1E3117-9961-4ACA-A895-530B6FF65C5D/Documents/(IOS) 中当我解压缩它时,我的zip文件deseapear,我在这个文件夹中看不到解压缩的文件,什么都没有。但是,我有一个成功警报。

你知道出了什么问题吗?

感谢

它必须解压缩文件夹中的文件,例如:cdvfile://localhost/persistent/files/uploads