[PHP-DB] Serve images from files, or db?

2002-12-31 Thread Paul Chvostek
Assuming an image isn't necessarily graphical (i.e. it could be a downloadable file of any type), what are the considerations with regard to serving binary data out of BLOBs versus recording filenames or URLs in a table and serving them up by reference? I've got two slightly different projects

Re: [PHP-DB] Serve images from files, or db?

2002-12-31 Thread Jason Wong
On Tuesday 31 December 2002 16:39, Paul Chvostek wrote: Assuming an image isn't necessarily graphical (i.e. it could be a downloadable file of any type), what are the considerations with regard to serving binary data out of BLOBs versus recording filenames or URLs in a table and serving them