I saw that and had changed the following line:
From:
gallery.GalleryFolder="defaultalbum" 'the path to the image directory
To:
gallery.GalleryFolder="../../" & session("groupdesc") & "/gallery/defaultalbum" 'the path to the image directory
I tried server.mappath but that didn't seem to work.
Do I also need to change the following in galleryimpl.js?
impl.GalleryFolder="defaultalbum";
If so to what?
With things set as above it doesn't work.
Thanks.