Tagged Questions
0
votes
1answer
3k views
UploadString (Post Method) in VB.NET doesn't work
I am trying to post simple data to some site, in this example to a php file on my local server. My VB.NET Code:
Dim W As New Net.WebClient
Dim A As String = ""
W.Encoding = System.Text.Encoding.UTF8
...