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:

Code:
Dim dr As DecaptcherResult = DecaptAPI.GetCaptchaSolved(Me.WebBrowser1.Document.GetElementById("captcha_image").GetAttribute("src"))
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.

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:

Code:
Dim dr As DecaptcherResult = DecaptAPI.GetCaptchaSolved("c:\1\Untitled.jpg")
Can you please tell me the proper code to send the image and get the response.

Thank you so much