dev-master
9999999-dev
LGPL-3.0+
The Requires
v2.0.1
2.0.1.0
LGPL-3.0+
The Requires
v2.0.0
2.0.0.0
LGPL-3.0+
The Requires
Sanitizes the filenames of files uploaded via the Contao file manager or Contao form. Read more, (*2)
composer require numero2/contao-proper-filenames
)System Settings
and click Check filenames
under Upload settings
Valid filename characters
Recursively sanitize all files and folders in a given directory., (*3)
contao-console contao:proper-filenames:sanitize myfolder -r
The extension only analyzes files that are stored in Contao's DBAFS (tl_files). The DBAFS should be synchronized
before the call - either via the File manager
in the Backend or with the following console call:, (*4)
contao-console contao:filesync
To get a preview of how everything will be renamed there is also a --dry-run
flag.
For all available flags and options see the help using contao-console contao:proper-filenames:sanitize --help
., (*5)
LGPL-3.0+
LGPL-3.0+
LGPL-3.0+