Tutorials & Examples

Android development starts here. Please do not post questions in this sub-forum.

http Form POST

HI,
due i've needed it...here you are:
B4X:
      Dim url As String
      Dim myHttpRequest As HttpRequest
      url = "https://yourURLhere.html"
      Dim str() As Byte
      Dim form As...
 
Top