Spectrum-CETB / LesKollab

This is a project sharing and collaborations application
MIT License
29 stars 57 forks source link

Uploaded files should have unique name! #43

Closed asmitsirohi closed 3 years ago

asmitsirohi commented 3 years ago

While uploading profile pic or project pic there will be high chance that more than one pic can have same name. Currently, If a random user uploaded different pic with same name it shows "Some error occurred while uploading your pic!"

Solution : While uploading a pic, unique name will we given to a particular pic.

asmitsirohi commented 3 years ago

please assign this issue to me under GSSOC'21

ishubham21 commented 3 years ago

@asmitsirohi A suggestion from our side - To implement this feature, you can append the timestamp of each image with the name of that respective image.

asmitsirohi commented 3 years ago

Ok...I will consider that...

asmitsirohi commented 3 years ago

In pull request #48, I already resolved this issue.