47 if (!parent::supports($preview)) {
54 if (isset($_FILES[
'file'][
'name'])) {
56 } elseif (isset($_FILES[
'upload_files'][
'name'])) {
57 $filename = $_FILES[
'upload_files'][
'name'];
74 if (empty($obj->getResourceId())) {
93 $pos = strrpos($filepath,
"/");
94 $name = $pos !==
false ? substr($filepath, $pos + 1) : $filepath;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static getValidFilename(string $a_filename)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getSupportedFileFormats()
Gets an array containing the file formats that are supported by the renderer.
getSupportedRepositoryTypes()
Gets an array containing the repository types (e.g.
getObjId()
Gets the id of the object the preview is for.
prepareFileForExec(string $filepath)
Checks whether the specified file path can be used with exec() commands.
static _getFileExtension(string $a_file_name)
Gets the file extension of the specified file name.
supports(\ilPreview $preview)
Determines whether the specified preview object is supported by the renderer.