+ 1
Image store
In a wed site that uses can upload images. To save images is better to keep them in the database or on the server disk? In case the platform works with many images
1 Respuesta
0
There was a lot of posts about it and if you don't have some serious reason you shouldn't keep your images directly in database.
Databases are not the file storages!!! When you would manage the collection of images kept in database it would be extremely inefficient.
Keep your files on the file system of your server.