Phonegap's FileTransfer.upload() throwing error code 3 on Android

后端 未结 8 1560
离开以前
离开以前 2020-12-16 03:01

I am working on uploading a picture to a server. I am able to successfully upload an image using iOS but when i try on android I get the error code 3. Currently using phoneg

8条回答
  •  情书的邮戳
    2020-12-16 03:33

    You can try either of these:

    Set android:debuggable="true" in the tag of your AndroidManifest.xml file.

    Set instead of just the * as it's recommended in the comments section as follows:

    
    
    
    

提交回复
热议问题