Yes I have been using your Service for many months.
I have always used the API for Vb.net and have always send the captcha by sending an actual url to you. (I use the Webbrowser Control) I'll use for example this:
But with the current project that I am working on right now I am having to take a screen shot, then save it to my harddrive.Code:Dim dr As DecaptcherResult = DecaptAPI.GetCaptchaSolved(Me.WebBrowser1.Document.GetElementById("captcha_image").GetAttribute("src"))
I know that through your API you allow us to upload the image from our harddrive but I just can't figure out how to use the code. I have tried this but it doesn't work:
Can you please tell me the proper code to send the image and get the response.Code:Dim dr As DecaptcherResult = DecaptAPI.GetCaptchaSolved("c:\1\Untitled.jpg")
Thank you so much




