|
ILIAS
Release_5_0_x_branch Revision 61816
|
Collaboration diagram for ilFileUploadUtil: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. | |
| static | isUploadSupported () |
| Determines whether file upload is supported at the current location. | |
| static | getMaxFileSize () |
| Gets the maximum upload file size allowed in bytes. | |
| static | getMaxFileSizeString () |
| Gets the maximum upload file size allowed as string (like '14.2 MB'). | |
Definition at line 14 of file class.ilFileUploadUtil.php.
|
static |
Gets the maximum upload file size allowed in bytes.
Definition at line 71 of file class.ilFileUploadUtil.php.
Referenced by getMaxFileSizeString(), and ilFileUploadGUI\getSharedHtml().
Here is the caller graph for this function:
|
static |
Gets the maximum upload file size allowed as string (like '14.2 MB').
Definition at line 105 of file class.ilFileUploadUtil.php.
References getMaxFileSize().
Here is the call graph for this function:
|
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 ilObject\_lookupType(), ilFileUploadSettings\isDragAndDropUploadEnabled(), and ilFileUploadSettings\isRepositoryDragAndDropUploadEnabled().
Referenced by ilObjectListGUI\isFileUploadAllowed(), and ilObjectGUI\prepareOutput().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Determines whether file upload is supported at the current location.
Definition at line 51 of file class.ilFileUploadUtil.php.
References $_GET, $cmd, and $ilCtrl.
Referenced by ilFileUploadGUI\getUploadUrl().
Here is the caller graph for this function: