Adam,
Thanks again for the quick response, that helped.
I do have another question. It involves your post
Writing to a UNC path...I followed those steps and it works for the ImageGalleryPath in that when I click on either of the "Insert Image" buttons the resulting popup page loads correctly and I can select an image, etc.
Here is my environment and a description of what I did:
Server A is running IIS with a CMS sytem that uses the CuteEditor control. I needed to access images on a different physical server (
Server B) so I created a virtual directory (
virtual_directory) on
Server A whose path is to
\\Server_B\some_dir\. Again, this worked in that I could view the image gallery, select an image from the desired location provided by the virtual directory, etc.
However, once the image has been inserted into the Editor control the image does not appear because its link is incorrect. The link is incorrect because the virtual directory name is being included as part of the path as shown in this example path below.
http://www.mysite.com/
virtual_directory/mockup/uploads/images/banner.jpg
I need for the path to actually be:
http://www.mysite.com/mockup/uploads/images/banner.jpg
Please advise, thanks.