Is there a way to know if a user is uploading a files which already has been uploaded before.
This is without comparing file names. This is in case the user renames the file.
Scenario
- User uploads file via their web browser.
- User renames file locally. User uploads file.
- Webserver detects the renamed file and saves it as the renamed file name while removing the older file.