To improve the user experience in file management, we’re updating the file upload functionality to accommodate files with identical names. Currently, users face a limitation where uploading a file with the same name as an existing file prompts only an option to replace the existing file.
Upon attempting to upload a file that shares a name with an existing file, users will now be presented with three choices:
- Keep Both: This option will save both the new and existing files on the server. The newly uploaded file will be automatically renamed to prevent overwriting, ensuring both files are retained.
- Replace: Selecting this will overwrite the existing file with the newly uploaded file, maintaining the traditional functionality for users who prefer to update the current file.
- Cancel: Allows users to abort the upload process if they decide against uploading the new file or replacing the existing one.
This enhancement aims to offer greater flexibility in file management, accommodating diverse needs and workflows.