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

file-transfer upload deletes original file on exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.5.0
    • None
    • None
    • Windows Phone 8.1, Nokia Lumia 520

    Description

      In FileTransferProxy.js on line 219

      // Cleanup, remove incompleted file
      getTransferError.then(function(transferError) {
      storageFile.deleteAsync().then(function()

      { errorCallback(transferError); }

      );
      });

      This shouldn't happen when you're uploading files. Upload was probably copy-pasta from Download.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              PerfectionCSGO Davide
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: