http Form POST
- By infantilo
HI,
due i've needed it...here you are:
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...