Men-Guo / alwayswin

297P Project
0 stars 0 forks source link

Handle Upload Figure Filename #32

Open xiazhvera opened 3 years ago

xiazhvera commented 3 years ago

If two users upload files with the same file name, according to our implementation, the file will be replaced, which should not happen. We should create our own filename from the backend with probably a hash to the original path.