Skip to content

dynamic download and open #12

@kegita

Description

@kegita

I'm trying your plugin to open a ppt file after download. I use

window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, onfail);

and then

fileSystem.root.getFile(completeName, {create: true, exclusive: false}

Then, i'm able to write file from byte array, but i'm not able to open the file: which path i have to use? Because if i use absolute path (file:///sdcard0/file.ppt) the plugin doesn't work, i see the message "destination file doesn't exist".

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions