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
- duplicates
-
CB-6761 Calling a function the first time no callbacks are being executed
- Closed