Okay i know this has been discussed a lot of times, but i never really found an answer for my side
So i am building a model agency site, where i would like to add the ability for models and photograpers to upload their work and portfolio.
These images would be categorised, stored on the server, and the image names would be inserted to a db row with the image unique name and extension.
But what mostly i fear that this will create a huge database.
Currently when an user signs up, the system genereates them the following folder structure
uploads/user/user_id/images/
So i am a bit lost and unexperienced with this part.
Could some one offer me an idea, or give me a hint on this, what would be the best way?
PS: And security is a must in this case, so would be happy for just a hint on this one too
Thank you