[thelist] Also Graphics Related

Salvatore Palmisano spalmisano@usashs.com
Thu Jan 3 12:25:22 2002
Ive researched the FSO and havent found a way to do the resizing that
way...any chance in seeing the script you're using?

The titles and descriptions are in a text file and I use
Server.CreateObject("MSWC.NextLink") and  .GetnthDescription
Then all you need is an index for the image and it'll extract just about
anything you like from the text file.

--Salvatore

-----Original Message-----
From: thelist-admin@lists.evolt.org
[mailto:thelist-admin@lists.evolt.org]On Behalf Of Bob Fowler
Sent: Thursday, January 03, 2002 11:38 AM
To: thelist@lists.evolt.org
Subject: Re: [thelist] Also Graphics Related


Salvatore,
<snip>
The solution I found, is to use the FileSystem Object in ASP to check for
the existence of thumbnails in a predetermined subdirectory (./_thumbnails).
If the thumbnails exist, the script will use those, otherwise, it will do
the dynamic resizing and send the thumbnails to the client and save them in
the specified directory.
</snip>

One question I do have however, is how are you able to extract the title and
description information?  Were you able to get that info from the
SummaryInformation NTFS Stream?

Thanks,

Bob.