Currently if a user uploads "A cute teddybear.jpg" it stays "A cute teddybear..." on the server this could lead to duplicates / errors if another "A cute teddybear" gets uploaded.
I would recommend to name them "{person.id}-{file.name}-{date}"
So it could be identified just by looking into the file name who uploaded it and when.
Currently if a user uploads "A cute teddybear.jpg" it stays "A cute teddybear..." on the server this could lead to duplicates / errors if another "A cute teddybear" gets uploaded.
I would recommend to name them "{person.id}-{file.name}-{date}"
So it could be identified just by looking into the file name who uploaded it and when.