0

Is there a bug to send file and data to the server using android 2.3.3? because my file and data cannot be uploaded but when run the code by using Java project it works fine and all of them uploaded. I'm using the following code Sending pictures to a web server Thanks

Community
  • 1
  • 1
Dev
  • 505
  • 2
  • 8
  • 16

1 Answers1

0

Have you added the internet permission in the ManiFest file?

<manifest xlmns:android...>
...
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest>
Saqib Razaq
  • 864
  • 1
  • 7
  • 13