jimmyshoes
Programmer
I am embarking on a web app which allows users to store profiles of themselves. Each profile can have up tpo 10 images. When a user uploads an image, I plan to convert it's filename using CreateUUID().All images for all users will be stored in an images directory.
Will this be enough to ensure that all image names are unique or is there a better approach? Maybe each user should also have their own images directory?
Will this be enough to ensure that all image names are unique or is there a better approach? Maybe each user should also have their own images directory?