ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Static Public Member Functions | |
static | isUploadAllowed ($a_ref_id, $a_type="") |
Determines whether files can be uploaded to the object with the specified reference id. More... | |
static | isUploadSupported () |
Determines whether file upload is supported at the current location. More... | |
static | getMaxFileSize () |
Gets the maximum upload file size allowed in bytes. More... | |
static | getMaxFileSizeString () |
Gets the maximum upload file size allowed as string (like '14.2 MB'). More... | |
Definition at line 14 of file class.ilFileUploadUtil.php.
|
static |
Gets the maximum upload file size allowed in bytes.
Definition at line 74 of file class.ilFileUploadUtil.php.
Referenced by ilFileUploadGUI\getSharedHtml().
|
static |
Gets the maximum upload file size allowed as string (like '14.2 MB').
Definition at line 109 of file class.ilFileUploadUtil.php.
|
static |
Determines whether files can be uploaded to the object with the specified reference id.
int | $a_ref_id | The reference id to check. |
string | $a_type | The type of the object to check. |
Definition at line 23 of file class.ilFileUploadUtil.php.
References $a_type, $DIC, ilObject\_lookupType(), ilFileUploadSettings\isDragAndDropUploadEnabled(), and ilFileUploadSettings\isRepositoryDragAndDropUploadEnabled().
Referenced by ilObjectListGUI\isFileUploadAllowed(), and ilObjectGUI\prepareOutput().
|
static |
Determines whether file upload is supported at the current location.
Definition at line 53 of file class.ilFileUploadUtil.php.
References $_GET, $DIC, and $ilCtrl.
Referenced by ilFileUploadGUI\getUploadUrl().