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

Windows filetransfer upload error deletes original file.

    XMLWordPrintableJSON

Details

    Description

      The upload function on windows has an onerror handler:
      getTransferError.then(function(transferError) {
      storageFile.deleteAsync().then(function()

      { errorCallback(transferError); }

      );
      });
      think this should be :
      getTransferError.then(function(transferError) {
      errorCallback(transferError);
      });

      Attachments

        Issue Links

          Activity

            People

              daserge Sergey Shakhnazarov
              Wema Wema Wuyts
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: