Working on a template for bloghi.com/blog/reg
After submitting standard captcha, a new captcha appears with javascript in a text box. My template grabs the code successfully, writes it to file, pauses, then tries to get line from the file for input into text box, but it gives me the error message "Index was outside the bounds of the array" when trying to get line from the file.
The file names match, so I don't understand why it won't pull the data from file. The file starts out empty, has code written to file, but then can't load it.
What am I doing wrong here? Thanks.
After submitting standard captcha, a new captcha appears with javascript in a text box. My template grabs the code successfully, writes it to file, pauses, then tries to get line from the file for input into text box, but it gives me the error message "Index was outside the bounds of the array" when trying to get line from the file.
The file names match, so I don't understand why it won't pull the data from file. The file starts out empty, has code written to file, but then can't load it.
What am I doing wrong here? Thanks.