Hi,
I've searched these forums but I haven't found an issue that exactly describes my problem. When I go to upload an Image I have my web.config set to fix the beginning of the path but I"m getting an additional apendage of 'Image/" onto all of my entries. So a path that should look like this:
../../images/theimage.jpg
winds up looking like this:
../../images/Image/theimage.jpg
What file do I need to alter to stop it from appending the extra Image?
Thanks in advance, rdove84.
I've searched these forums but I haven't found an issue that exactly describes my problem. When I go to upload an Image I have my web.config set to fix the beginning of the path but I"m getting an additional apendage of 'Image/" onto all of my entries. So a path that should look like this:
../../images/theimage.jpg
winds up looking like this:
../../images/Image/theimage.jpg
What file do I need to alter to stop it from appending the extra Image?
Thanks in advance, rdove84.

Re: Image Upload Issue
Any chance you could specify a different directory for the FCK uploaded files?
CF_Guy
Re: Image Upload Issue
Re: Image Upload Issue
Re: Image Upload Issue
CF_Guy
Re: Image Upload Issue
Re: Image Upload Issue
Re: Image Upload Issue
sCurrentFolderUrl = '/images/';