Rename existing file using Pattern
It would be great if the user could enter a pattern or regex that could be used to automatically rename downloaded or uploaded files if the destination file already exists.
For example, the pattern
would cause
For example, the pattern
{name}_new.{ext}
hello.txt
to be renamed to hello_new.txt
if the destination file already exists.