Home  |  Linux  | Mysql  | PHP  | XML
From:Richard Quadling Date:Wed Feb  3 16:14:50 2010
Subject:Re: Storing images
On 3 February 2010 16:07, Karl DeSaulniers <karl@designdrumm.com> wrote:
> Thank you all for your numerous responses.
>
> I hear you loud and clear. I was wanting to see if it would be less of a
> burden on the server and secure my images better to put the images inside a
> database, but
> as you all have almost uniformly stated, this would not be the best
> situation.
> I currently have all my images referenced by url in my database and stored
> in a folder/s and I think I will keep it that way...
>
> Thanks for your 2 cents,
>
> :)
>
> Karl
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

If you put the images OUTSIDE of the webroot/docroot/public_html
folder (whatever you have), then a user cannot directly navigate to
the file.

e.g.
/home/sites/your_site/public_html/images/image1.jpg

http://www.yoursite.com/images/image1.jpg would probably work.

But ...

/home/sites/your_site/public_html/getImage.php
/home/sites/your_site/hidden_images/image1.jpg

Now, there is no way I can load image1.jpg from my browser. I have to
use getImage.php, which I assume would require me to login or
authenticate myself in some way.


--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
Navigate in group php.db at sever news.php.net
Previous Next


Your recent visits
Re: [PHP-DB] Cross reference query help
LMPX.COM :: Linux, Mysql, Php, Xml
Re: [PHP-DB] PHP- Mysql problem
Cego PHP extension - First shot
Re: [PHP-DB] Storing images



  
© No Copyright
You are free to use Anything, but please consult your advocate before doing so as this website
also list content from other sources which may be copyrighted.
Site Maintained by Zareef Ahmed
Powered By PHP Consultants