Hi,
In the demo after the new assignment of CaptchaDIr
CaptchaDir := WebApplication.Request.ScriptName + '/images';
I search for the value of by means of WebApplication.ShowMessage( WebApplication.Request.ScriptName + '/images') all I get is '/images'
When I set CaptchaDir:=IWServerCOntroller.ContentPath+ '/css/FancyCaptcha/imgs'; The component does not find the images.
So what should be value of CaptchaDir.
Thank you