![]() |
|
There's more than one way to do things | |
PerlMonks |
Not Strictly A perl question.by kb2yht (Acolyte) |
on Jun 30, 2001 at 22:20 UTC ( #92938=perlquestion: print w/replies, xml ) | Need Help?? |
kb2yht has asked for the wisdom of the Perl Monks concerning the following question:
SO, I have directory full of JPEG images used as a large part of
the Human interface "GUI " to
to a MySQL query output, Embeded in a page.
I can not make the dir accessable to the world via the web server,
But a script running on the server can easly see the images,
Is there a way to use a small CGI to open and send the image to the cliant?
like....
<img src=$myscript/$image_filename> in as the img source , then have myscript.pl
to open and then print the file ?? , This does not work, but I think its only because of an over sight in the perl or in the way I'me pointing the WEb-cliant to the link. Perhaps One of the older and wiser Monks may have a answer, ( or maby just a Wiser monk will thel me to FIYS ) Thanks Bill Nolan,
Back to
Seekers of Perl Wisdom
|
|