@caljos – thanks for that info – changing the permissions worked for me (GoDaddy servers)
in wp-content/plugins/really-simple-captcha.really-simple-captcha.php
/* Mode of temporary image files */
$this->file_mode = 0777;
/* Mode of temporary answer text files */
$this->answer_file_mode = 0770;
Cheers!
Patrick