Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-12355

Get a null type when using fileEntry.file(function(file) {})

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 6.2.0
    • None
    • cordova-plugin-file
    • None
    • iOS

    Description

      resolveLocalFileSystemURL(path, function(fileEntry) {
          fileEntry.file(function(file) {
                          console.log(file.name, file.type);
                      });
                  }, reject);
      

      The type will be null in iOS because it wasn't implemented.

      Attachments

        Issue Links

          Activity

            People

              LightZam LightZam
              LightZam LightZam
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: