You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2015/03/10 19:06:42 UTC

[jira] [Created] (CB-8642) resolveLocalFileSystemURL & copyFrom fail for content: URLs

Andrew Grieve created CB-8642:
---------------------------------

             Summary: resolveLocalFileSystemURL & copyFrom fail for content: URLs
                 Key: CB-8642
                 URL: https://issues.apache.org/jira/browse/CB-8642
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android, Plugin File
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve
            Priority: Minor


Trying to do:

{code}
resolveLocalFileSystemURL('content://foo', function(entry) {
    entry.copyTo(dest, 'foo', win, fail);
});
{code}

And getting a whole lotta fail.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org