Hi,
We would like to be able to do the following in our RadEditor:
- Set ImageManager-ViewPaths to point to a common folder PLUS a unique folder for each customer
- Set ImageManager-UploadPaths and ImageManager-DeletePaths to ONLY point at the unique folder
This way we can offer the customer a variety of images that we provide, plus any they want to add themselves, but they can only upload or delete from their own unique folder.
I tried the following without success:
Any suggestions?
Thanks in advance
Jim
We would like to be able to do the following in our RadEditor:
- Set ImageManager-ViewPaths to point to a common folder PLUS a unique folder for each customer
- Set ImageManager-UploadPaths and ImageManager-DeletePaths to ONLY point at the unique folder
This way we can offer the customer a variety of images that we provide, plus any they want to add themselves, but they can only upload or delete from their own unique folder.
I tried the following without success:
protected void edtQuestRichText_PreRender(object sender, EventArgs e) { RadEditor edtQuestRichText = (sender as RadEditor); edtQuestRichText.ImageManager.ViewPaths = new String[] { "~/CommonImages", Session["currentCustomerImagesFolder"].ToString() }; }Any suggestions?
Thanks in advance
Jim
