Hi, I need to set the gallery path so that it is relative to my site,
i.e. i need it to ignore the name of the site root (e.g.
http://localhost/mysite/...(mysite
being the root of my web app) as the aspx site files + images are
created as html and sent to remote sites (which have a different dir
structure to the central site and are not running from a server).
The problem being the html for uploaded images as stored in the DB is /mysite/sitefiles/Uploads/image.jpg where as i want it to just be /uploads/image.jpg.
Hope this is clear and easy for me of medicore ability to solve.
Thanks and cheers many times over
Dan