postUpload
The postUpload hook is triggered after a user has uploaded one or more file in
the back end. It passes an array of filenames as argument and does not expect
a return value.
Info
This hook can also be implemented as an anonymous function.
Parameters
array
$filesList of files that have been uploaded. The file paths are relative to the Contao root directory.