Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence du fichier default_modal_file_body.php

Espaces de nommage

 Joomla\Administrator
 

Variables

 $input = JFactory::getApplication()->input
 
 $cMax = $this->state->get('params')->get('upload_limit')
 
 $maxSize = JHtml::_('number.bytes', JUtility::getMaxUploadSize($cMax . 'MB'))
 
 endif
 

Documentation des variables

◆ $cMax

$cMax = $this->state->get('params')->get('upload_limit')

◆ $input

$input = JFactory::getApplication()->input

◆ $maxSize

$maxSize = JHtml::_('number.bytes', JUtility::getMaxUploadSize($cMax . 'MB'))

◆ endif

endif