Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




"Image Manager" in Create Issue - Detailed Description box

web-app

In second row, 3rd button from the right. How does this work? How do I set somewhere other than in the Server's Program folder as the target location for the images?

Sean
· 1
Sean
Replies (1)
helpful
0
not helpful

The image manager settings are within the Control\RichText.ascx file:

<ImageManager EnableImageEditor="true"
         ViewPaths="~/controls/RAD/UserImages"
         UploadPaths="~/controls/RAD/UserImages"
         DeletePaths="~/controls/RAD/UserImages" />
It will always be under the Gemini site. So if your Gemini site is located under program files then the image manager path will be there.


Saar Cohen
· 5000
Saar Cohen