Image Upload via CAPTCHA URL: (Returns "ImageID|CaptchaText")
Request Parameters:
Action=upload
username= your username
password = your password
type = CS -- This is for CASE SENSITIVE (default -- Case Insensitive)
file=ImageURL like http://www.site.com/test.jpg
Response from server
ERROR: INVALID_REQUEST = It will be returned when the program tries to send the
invalid request.
ERROR: INVALID_USERNAME = If the username is not provided, this will be returned.
ERROR: INVALID_PASSWORD = if the password is not provide, this will be returned.
ERROR: INVALID_IMAGE_FILE = No file uploaded or No image type file uploaded.
ERROR: AUTHENTICATION_FAILED = Provided username and password are invalid.
ERROR: INVALID_IMAGE_SIZE_30_KB = The uploading image file must be 30 KB.
ERROR: UNKNOWN = Unknown error happened, close the program and reopen.
ERROR: NOT_DECODED = The captcha is timedout
if success the captcha decoded text along with image id will be returned.
Example of output: "1245986|HGFJD"
Using the captcha id you can set the captcha as bad.
Example:
|