Searched +full:max_fsize +(+path:plugin +path:issuetracker) -(+path:plugin +path:issuetracker +path:lang) (Results 1 – 4 of 4) sorted by relevance
12 $conf['max_fsize'] = '1048576'; // limit file size for uploads in Byte (defa…
12 $meta['max_fsize'] = array('string'); // limit file size for uploads in Byte (default 1MB)
1819 if($_FILES[$attachment_id]['size'] > ($this->getConf('max_fsize'))){1821 …$Generated_Header .= '<span>'.sprintf($this->getLang('wmsg6'), $this->getConf('max_fsize')).' (Fil…
3597 if($_FILES[$attachment_id]['size'] > ($this->getConf('max_fsize'))){3599 …$Generated_Header .= '<span>'.sprintf($this->getLang('wmsg6'), $this->getConf('max_fsize')).' (Fil…