Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hiii,
can any one told me how can i capture captcha image text.
Posted

Since the whole point of a Captcha image is to ensure that the text response is NOT generated by a computer it sounds quite tricky & I cannot help but wonder what legitimate purpose you have? :confused:
 
Share this answer
 
Why you want to capture the image text, when you generate a captcha image you write some random text to that image and store the text at server side [like in session]. And when user submits the form you compare the entered value with the stored value.

To know how to generate the image you can search this on google or code project you will get lot of examples on that.
 
Share this answer
 
v2
Comments
bburhanbohra 10-Jun-10 1:50am    
i want to do read the text on image at runtime. when user click on button then captcha image text are in textbox

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900