69 string $file_name =
'',
70 bool $override_existing =
false 93 public function register(
PreProcessor $preProcessor):
void;
106 public function process(): void;
process()
Invokes all preprocessors for each uploaded file in the sequence they got registered.
const STORAGE
The filesystem outside of the ilias web root.
$location
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
moveFilesTo(string $destination, int $location=Location::STORAGE)
Moves all uploaded files to the given destination after the processors had processed the files...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
hasUploads()
Return (bool)true if one ore more file-uploads are in the current request, (bool)false if not...
moveOneFileTo(UploadResult $uploadResult, string $destination, int $location=Location::STORAGE, string $file_name='', bool $override_existing=false)
Moves a single File (the attributes, metadata and upload-status of which are contained in UploadResul...
getResults()
Returns the results of the processing and moving operation of the uploaded files. ...
uploadSizeLimit()
Returns the current upload size limit in bytes.
hasBeenProcessed()
Return (bool)true if the current upload has already been processed.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...