I have a website where users sign up and get to upload their images and videos for their portfolio. Each user is shown under some criteria and when visitors click on their names they see the portfolio.
My question is: which is better, having folders for each user (upon signing up creating folders with unique_id
of their name or some sort) so that they can upload their images and videos in there or renaming the uploaded files and putting everything in one folder. Or store the images straight in database with binary blob conversion?