How to automatically rename when uploading files
When uploading a file, if the following two conditions are met at the same time, the old file name will be automatically renamed:
- The file names are the same
- File sizes are different
paper1.txt
, if the file is uploaded again and meets the above two conditions, it will become paper1.txt
, paper1(1).txt
. If you upload it again and meet the above two conditions, it will become paper1.txt
, paper1(1).txt
, paper1(2).txt
. And so on.
Last edited by rfrkk on 2024-04-21 05:22; edited 1 time in total