3 declare(strict_types=1);
12 $renderer = $DIC->ui()->renderer();
15 ->dropzone()->file()->wrapper(
16 'Upload your files here',
18 $factory->messageBox()->info(
'Drag and drop files onto me!'),
25 $dropzone = $dropzone->withActionButtons([
26 $factory->button()->standard(
'Clear files!',
'#')->withOnClick($dropzone->getClearSignal())
29 return $renderer->render($dropzone);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...