Hi
I've set up the editor as follows:
This works fine for viewing images and upload images to the main "Images" Directory, however I cannot upload to "Images/subfolder" , I'm sure I'm missing something really simple, but not sure what it is?
any ideas?
Thanks
I've set up the editor as follows:
string
root = @"~\Data" + CurrentUser.SiteID + @"\";
editorMain.ImageManager.UploadPaths =
new string[1] { root + "Images"};
editorMain.ImageManager.ViewPaths =
new string[1] { root + "Images"};
This works fine for viewing images and upload images to the main "Images" Directory, however I cannot upload to "Images/subfolder" , I'm sure I'm missing something really simple, but not sure what it is?
any ideas?
Thanks
