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

File Transfer upload fails to fire success function on Android

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 3.5.0
    • None
    • None
    • Used version 0.4.3 and 0.4.4 of the File Transfer plugin. Tested on Android

    Description

      The upload function fails to trigger the success function despite it successfully uploading the file to the server. The debug logs indicate that the native code in FileTransfer.java has executed successfully though, as the debug logs prints the response code and headers, in addition to these lines:

      Log.d(LOG_TAG, "got response from server");
      Log.d(LOG_TAG, responseString.substring(0, Math.min(256, responseString.length())));
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              yiming.kuan Kuan Yi Ming
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: