WebClient - Tag Archive

VB.NET 2005 – WebClient.UploadString – POST Data Appearing Not To Be Sent

Once again ran into this issue while working on a small VB.NET project for a client.
Problem: When using the webclient to upload a string of data to a PHP/ASP/etc script with the following code (or similar), you aren’t able to pick the posted data up within your receiving script:

Dim wc As New WebClient
wc.UploadString(url, data)

I found [...]

March 15th, 2008  |  By Oliver  |  Tags: ,   |  Posted in Web Development  |  No Comments »
(1 votes, average: 5.00 out of 5)
Loading ... Loading ...