Help

So I'm doing the common make thumbnails script. to save server space, I
don't want to store the thumbnails, so I did the classic break up script.

I parse on the main page where it gathers the folders, files and their
paths, then I pass them over into the sendbinary.asp page which does all the
editing.

First of all this works.

basically it does this:

<IMG SRC=
"scripts/sendBinary.asp?path=c%3A%5Csite%5Cafolder%5CDC%5Cb oat%5CIM001693%2EJPG"
>
but, as you can tell, I'm passing over the full information and it writes
the harddrive information where everyone can see it. I went into trying to
pass two variables to the sendbinary page. I tried storing the path as a
session variable and then just passing the image name. That didn't work. Is
there a way to combine path information... and or hide it from users? I even
tried to get it to do a mappath while in the sendbinary page and that didn't
work. It seems like something like this would work, but it doesn't.

Could anyone offer some advice?

Thanks very much,

Kelly