Ask a Question related to ASP Components, Design and Development.
-
Kelly #1
ASPImage: bizzare concat issue
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
Kelly Guest
-
ASPIMAGE and VISTA
Hi All, I am trying to make the ASPIMAGE component Work on IIS and Windows VISTA Seems there is some compatibility issue, ASPIMAGE Seems... -
Bizzare Scheduler Behavior... HELP!
In all my years of dealing with CF (from version 4 to present), this is the strangest thing I have ever encountered. A server here has 5... -
bizzare attachMovie issue
I've been banging my head against this one for about 4 hours and I'm truly stumped. I have a movie clip registered to a class with an onEnterFrame... -
ASPImage on the fly
I want to use ASPImage to resize photos and show them to user as thumbnails on the fly (I do not want to save them). Any idea how to achieve this? ... -
installing ASPImage
Hi guys, this is not really an ASP question, but some of you might have had experience with this and I thought you migth be able to help me. I...



Reply With Quote

