Hello,
I have included the Image Manager into our Rad Editor control and can successfully set sub directories for images so that users can upload pictures to a folder and use them in the Edtior pane.
I now have a new requirement whereby i need to set the imagepaths and uploadimagepaths settings to an image directory that is outside of the hosting web application, i.e. the hosting web application that runs the Rad editor control is called Web App A, the residing image directory to upload images to is a sub directory in Web App B. (Both Web apps are located on the same server)
I have applied a full UNC path to this external image directory,
i.e.:
\\servername\corporate$\images\cms_images\
However im having no luck in getting the upload image tab to be enabled in the Editor control when i click on the Image Manager.
Like i mentioned earlier i can get sub and virtual directories (pointing to an external directory outside of the app) running within the hosting application to enable the uploads tab successfully BUT due to access restrictions with certain users i need it to point to a different web application directory. The virtual directory wont work for me as im still referencing the hosting applications name in the url which certain users wont be able to access.
Both my settings are as follows:
imagespaths="\\servername\corporate$\images\cms_images"
uploadimagespaths="\\servername\corporate$\images\cms_images"
This path works correctly when i run it in windows explorer and has the necessary .NET write permissions granted.
Can someone give me some guidance on this as im now a little lost.
I hope this information is clear enough.
Thanks