On Thu, May 7, 2009 at 11:20 AM, Philip G <g...@gpcentre.net> wrote:

> I need a solution to update a captcha image, using Zend_Captcha. There
> seems to be a couple things Zend_Form_Element_Captcha does. But, there are
> absolutely no getters for Zend_Captcha for those things (image itself,
> token? session set?).
>
> Is there any solution out there I can look over that uses
> Zend_Form_Element_Captcha in conjunction with Zend_Captcha for reloading of
> images? Image reloading is absolutely required. I don't see anything with
> the ZFW docs about reloading captcha.
>
> Thanks.
>
>
>
Whelp, my apologies. I jumped the gun a git on this one. Turns out the token
is also used as part of the image name (this I just fond out). So, change
the token and image src (token.ext) should suffice, no?

Philip

Reply via email to