process()
Invokes all preprocessors for each uploaded file in the sequence they got registered.
const STORAGE
The filesystem outside of the ilias web root.
hasUploads()
Return (bool)true if one ore more file-uploads are in the current request, (bool)false if not...
moveOneFileTo(UploadResult $UploadResult, $destination, $location=Location::STORAGE, $file_name='', $override_existing=false)
Moves a single UploadResult to the given destination.
getResults()
Returns the results of the processing and moving operation of the uploaded files. ...
moveFilesTo($destination, $location=Location::STORAGE)
Moves all uploaded files to the given destination after the processors had processed the files...
uploadSizeLimit()
Returns the current upload size limit in bytes.
hasBeenProcessed()
Return (bool)true if the current upload has already been processed.