---
title: "Feature: #86670 - Make default action in DragUploader adjustable"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-86670"
source: "Changelog/10.1/Feature-86670-MakeDefaultActionInDragUploaderAdjustable.rst"
typo3-version: "10.1"
typo3-major: 10
type: "feature"
issue: 86670
forge: "https://forge.typo3.org/issues/86670"
tags: ["Backend", "TSConfig", "ext:filelist"]
rendered: "2026-09-25T23:17:45+00:00"
---

# Feature: #86670 - Make default action in DragUploader adjustable {#feature-86670}

See [forge#86670](https://forge.typo3.org/issues/86670)

## Description {#description}

It is now possible to configure the default action for DragUploader in the file list module using User TSConfig.

```typoscript
# Set default to replace:
options.file_list.uploader.defaultAction = replace

# Set default to rename:
options.file_list.uploader.defaultAction = rename

# Set default to cancel (cancel is also the default and set the option to skip):
options.file_list.uploader.defaultAction = cancel
```
