The main reason I don't like storing the images in the DB is because
File system is much more fast then DB. FS and the web server know
How to cache images while using the DB makes you access the 
DB for each and every picture.

It's also harder to maintain cause you don't have a physical file you can 
Move from place to place or from dir to dir. Or just look at a bunch of
Random images like you would in a directory.

>From my point of view there has to be a very good reason to put images
Inside a DB instead of in the file system.

Sincerely 
 
berber 
 
Visit the Weber Sites Today, 
To see where PHP might take you tomorrow. 
Free Uptime Monitor : http://uptime.weberdev.com
PHP content for your site : http://content.weber-sites.com
 

-----Original Message-----
From: tedd [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 01, 2006 12:43 AM
To: php-general@lists.php.net
Subject: Re: [PHP] image uploads

Richard said:

>Storing the image in the DB is probably not a Good Idea for a variety 
>of reasons.

And they are?

tedd
--
----------------------------------------------------------------------------
----
http://sperling.com/

--
PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:
http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to