48 $this->upload->process();
52 $array = $this->upload->getResults();
55 $i = $this->storage->upload(
$result, $this->stakeholder);
56 $status = HandlerResultInterface::STATUS_OK;
57 $identifier =
$i->serialize();
60 $status = HandlerResultInterface::STATUS_FAILED;
71 $id = $this->storage->find($identifier);
73 $this->storage->remove($id);
84 $id = $this->storage->find($identifier);
88 $r = $this->storage->getRevision($id)->getInformation();
97 foreach ($file_ids as $file_id) {
98 $id = $this->storage->find($file_id);
102 $r = $this->storage->getRevision($id)->getInformation();
Class ilMMUploadHandlerGUI.
getRemoveResult(string $identifier)
getInfoResult(string $identifier)
Class BasicHandlerResult.
Interface FileInfoResult.
Class ilCtrlAwareUploadHandler.
__construct()
ilUIDemoFileUploadHandlerGUI constructor.
Class ilMMStorageStakeholder.
getFileIdentifierParameterName()
__construct(Container $dic, ilPlugin $plugin)
getInfoForExistingFiles(array $file_ids)
Class ilAsqQuestionAuthoringFactory.
Class BasicFileInfoResult.