Documentation
Configuration / filesystem.overwrite_action
This option lets you specify a default action to execute instead of asking the user what to do if a file already exists on for example upload.
Options for this setting
- rename - Generate an unique name for the file by adding a number to the end of it.
- skip - Skip the file and move on to the next one.
- overwrite - Overwrite the file.
- ask - Ask the user what it's supposed to do.