Re: Linking to images above the webspace

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



You can create a PHP script which will serve files based on their location
which will be transfered through a GET parameter.
Just send the correct response headers which will be corresponded to the
file's mime type, size, etc.

Then use something like:
<img src='a.php?image_full_path=/home/root/etc/fdsa.jpg' />

Good luck!


On Fri, Jul 17, 2009 at 2:19 PM, Al <news@xxxxxxxxxxxxx> wrote:

> I've got a php script in which I'd like to link to an image above the
> webspace [doc-root] and render it as <img ....> or <object...>
>
> Anyone know how this can be done? Googling always refers me to
> document_root, where absolute or relative.
>
> Do I first have to make a copy of the image and put it below doc_root?
>
> Thanks....
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux