Can I have the ImageGalleryPath point to the root of my site so the user can upload images anywhere they want? I have tried to do this the following ways but none seem to work:
1. Editor1.SetSecurityGalleryPath("/")
2. Editor1.Setting("security:ImageGalleryPath") = "~/"
3. Editor1.Setting("security:ImageGalleryPath") = "c:\inetpub\wwwroot\MEcms"
Is it possible to do this? It seems from playing around with it that there has to be a directory specified (i.e. "/dirname") and not "/".
Thanks!