39 $this->storage = $DIC[
'resource_storage'];
49 $this->upload->process();
53 $array = $this->upload->getResults();
56 $i = $this->storage->manage()->upload(
$result, $this->stakeholder);
57 $status = HandlerResultInterface::STATUS_OK;
58 $identifier =
$i->serialize();
61 $status = HandlerResultInterface::STATUS_FAILED;
72 $id = $this->storage->manage()->find($identifier);
74 $this->storage->manage()->remove($id, $this->stakeholder);
85 $id = $this->storage->manage()->find($identifier);
89 $r = $this->storage->manage()->getCurrentRevision($id)->getInformation();
98 foreach ($file_ids as $file_id) {
99 $id = $this->storage->manage()->find($file_id);
103 $r = $this->storage->manage()->getCurrentRevision($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 BasicFileInfoResult.