Mysql – Where should I store images for my website?
I've built a simple website with authorization and registration system. So I have user accounts and I wonder where to store profile pictures for every user. I tried to store them in MYSQL in BLOB, but I don't think it…