Adam,
We are use Cute Editor Create Page For Our Site. Those page are Store into Database.
So, we are Manage Those Page using Admin Site.
According to login This Admin site We Use chose different folder ~/upload folder setting At Runtime
Editor1.SetSecurityImageGalleryPath("~/" + strImagePath);
Editor1.SetSecurityImageGalleryPath("~/"+strImagePath);
Editor1.SetSecurityMediaGalleryPath("~/"+strImagePath);
Editor1.SetSecurityFlashGalleryPath("~/"+strImagePath);
Editor1.SetSecurityFilesGalleryPath("~/"+strImagePath);
strImagePath --According To This Path We Created Virtual directory of Our Different site [image] Folder
so, It's suppose C:\www\fauquiretechnology\files ---- Virtual Directory is -- fauquiretechnology
so, When Image Insert it's give Me path For URL as per Following image :
But I want To URL= /[MyFolderName]/fauquierFinal_03.jpg Not URL=/fauquiertechnology/fauquierFinal_03.jpg
so how can i set [MyFolderName] at run time and my virtual Directory is fauquiretechnology
it's Possible???
Or Any Other Solution for This
Kalpesh