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

Windows filetransfer upload error deletes original file.

VotersWatch issueWatchersLinkUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment