Phonegap zip插件删除我的文件

时间:2016-01-20 10:06:34

标签: javascript cordova

当我在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);              
   }, ...

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

你知道出了什么问题吗?

THX

1 个答案:

答案 0 :(得分:0)

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