You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "LightZam (JIRA)" <ji...@apache.org> on 2017/01/17 10:04:26 UTC

[jira] [Updated] (CB-12355) iOS file get a null type when using fileEntry.file(function(file) {})

     [ https://issues.apache.org/jira/browse/CB-12355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

LightZam updated CB-12355:
--------------------------
             Assignee: LightZam
          Description: 
resolveLocalFileSystemURL(path, function(fileEntry) {
                fileEntry.file(function(file) {
                    console.log({
                        name: file.name,
                        type: file.type'
                    });
                });
            }, reject);


The type will be null in iOS because it wasn't implemented.
    Affects Version/s: 6.2.0
          Component/s: Plugin File
              Summary: iOS file get a null type when using fileEntry.file(function(file) {})  (was: iOS)

> iOS file get a null type when using fileEntry.file(function(file) {})
> ---------------------------------------------------------------------
>
>                 Key: CB-12355
>                 URL: https://issues.apache.org/jira/browse/CB-12355
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File
>    Affects Versions: 6.2.0
>            Reporter: LightZam
>            Assignee: LightZam
>
> resolveLocalFileSystemURL(path, function(fileEntry) {
>                 fileEntry.file(function(file) {
>                     console.log({
>                         name: file.name,
>                         type: file.type'
>                     });
>                 });
>             }, reject);
> The type will be null in iOS because it wasn't implemented.



--
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