Searched refs:maxFileSize (Results 1 – 1 of 1) sorted by relevance
14 private $maxFileSize = 2 * 1024 * 1024; variable in App\\Utils\\Uploader43 public function setMaxFileSize(int $maxFileSize): void argument45 $this->maxFileSize = $maxFileSize;116 if ($files['size'] > $this->maxFileSize) {117 … throw new \Exception('Error on upload: Exceeded file size limit '.$this->maxFileSize.' bytes');
Completed in 3 milliseconds