File: FileSystemObject Image Gallery Developer: Johnny M Email: bradw@illiams.com This image gallery uses the ASP FileSystemObject to create an image gallery from your folder structure. The idea behind this script is to allow the creation of huge image galleries with minimal effort. When you upload an image in to one of your directories, it will automatically appear in your image gallery. I left the design very plain so you can customize it to fit your website. Make sure your main directory has permissions for the IUSER account to view. Refer to the attached images for more help: Step 1: Create a folder on your web server called images. Every folder within the images folder will be a seperate image gallery. The folder name is the name of the gallery. Step 2: This image shows how the galleries are displayed. The galleries are displayed based on date modified, so the last folder you create will be the first gallery. Step 3: By clicking on each gallery the script will find all the image files within that directory and will display thumbnail images that link to the main image. Images are displayed based on date modified, so the last image you add will be the first one displayed. The gallery will only display 15 images at a time, with a next button at the bottom to view the next 15.