TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rohit Kumar
NA
1
789
copy captcha
Jun 8 2015 11:05 AM
You can use the WebClient to download the image by feeding it the url of the php link as such:
System.Net.WebClient client = new System.Net.WebClient();
// download file
client.DownloadFile("<<url>>.php", "<<destination file>>.jpg");
// retrieve file bytes
byte[] imgBytes = client.DownloadData("<<url>>.php");
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
Reply
Answers (
0
)
c# code shorten up
vb.net values displayed in a combo box