if each user is storing a profile-picture size image (max 9 pictures per user) what is better to use store it ? I can't find related to my question and I can't comment yet.
Asked
Active
Viewed 70 times
-4
-
This question is opinion-based. Also, you should give more detail about the use case. – Daniel M. Apr 15 '16 at 03:31
1 Answers
0
I think the most recommended way of storing images is to store the path to the images in your database instead of the image itself.
It makes your database size very lightweight and also this way you can easily use your path anywhere you want, like in src
attribute of img
tag

Tekeste Kidanu
- 1,950
- 2
- 14
- 22