jscix Posted November 29, 2008 Share Posted November 29, 2008 For a relatively large website, is it impractical to store a potentially large number of images in the database rather than just storing them in the filesystem? Link to comment https://forums.phpfreaks.com/topic/134755-storing-images-in-the-database/ Share on other sites More sharing options...
josephman1988 Posted November 29, 2008 Share Posted November 29, 2008 I would generally advise against storing images in the databse at all. Store the images in files then just use a database to store the locations. That's what I am currently doing with a huge project. Link to comment https://forums.phpfreaks.com/topic/134755-storing-images-in-the-database/#findComment-701718 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.