System.Net.WebClient client = new System.Net.WebClient();
// download file
client.DownloadFile("<
// retrieve file bytes
byte[] imgBytes = client.DownloadData("<
This is good, but this downloads a second and new captcha that doesnt work with the posting. I need the exact same captcha that was generated with the form.
Plz reply
Replies
Know the answer? Post it — somebody with the same question will find it here.