Hey,
I have a question ..... It's weird
I'm trying to upload images for that I use : Something like this which works OK
Editor1.Setting["security:ImageGalleryPath"] = "C:\\Inetpub\\wwwroot\\is5_6\\esp\\netindsight";
But when I change it to
Editor1.Setting["security:ImageGalleryPath"] = "C:\\Inetpub\\wwwroot\\is5_6\\esp\\netindsight\\Uploads";
That does not work, The message I recived is
Could not find Path c:\Inetpub\wwwroot\Uploads why is this ?¿
The path is hard coded and when I remove Uploads it again works well , with this path : C:\\Inetpub\\wwwroot\\is5_6\\esp\\netinsigth
What is wrong ?
Many Thanks
AAP