Forum Moderators: coopster
1. space inefficient;
2. resource inefficient (time to http display an image v. db query plus php process plus http)
3. and difficult to maintain.
A faster/cleaner setup is to setup a file server, save the image there and just save the image location, name, size and lastupdatedatetime to the db.