Adam
Can't set SecurityGalleryPath in InsertTemplates when use sql provider.
Editor1.SetSecurityGalleryPath("/");
Editor1.SetSecurityFilesGalleryPath("/");
Editor1.SetSecurityImageGalleryPath("/");
Editor1.SetSecurityFlashGalleryPath("/");
Editor1.SetSecurityMediaGalleryPath("/");
//Editor1.SetSecurityTemplateGalleryPath("/");
If "Editor1.SetSecurityGalleryPath("/")" then sql provider stored image but can't run new Templates( error in input new name templates)
If "//Editor1.SetSecurityGalleryPath("/")"- ("~/Uploads" from config) then new Templates run but Image gallery path is not set allways ("~/Uploads").
Krzysztof