Home
last modified time | relevance | path

Searched refs:maxFileSize (Results 1 – 1 of 1) sorted by relevance

/web-bugs/src/Utils/
H A DUploader.php14 private $maxFileSize = 2 * 1024 * 1024; variable in App\\Utils\\Uploader
43 public function setMaxFileSize(int $maxFileSize): void argument
45 $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 4 milliseconds