ok, so lets say I need to upload images to the following dir -
c:\inetpub\gol\web\img\photos\. So I can set that to the
ImageFileGallery path and the images upload fine.
However the href of the image will be href="\gol\web\img\photos\" which
is a problem since the server from which the images will be viewed has
a root directory of c:\inetpub\gol\web . Therefore I need the
href to look as follows href="\img\photos\fil.jpg"
Is that clear?
Basically I need to be able to upload with a full absolute path but be able to reference only part of that path in the href?
Thanks