Пример #1
0
 /**
  * Get js upload max size in megabytes
  *
  * @return float
  */
 public function getJsUploadMaxSizeInMb()
 {
     return $this->_fileSize->getFileSizeInMb($this->getJsUploadMaxSize());
 }