Hello there
I have problem with editor.ImageGalleryPath variable.
I tried
imagepath = "/" & variable "/images"
editor.ImageGalleryPath = imagepath
when I response.write "imagepath", it appears to be the right path that images are exist.
But when I click on insert image icon on the editor, nothing appear, seems like the path is wrong.
Please suggest.