$this->request->getUploadedFiles() return an array of all uploaded file. Is there any clean way to access an uploaded file using its field name. It seems there is not method similar to: $this->request->getUploadedFile('avatar');
$this->request->getUploadedFiles() return an array of all uploaded file. Is there any clean way to access an uploaded file using its field name. It seems there is not method similar to: $this->request->getUploadedFile('avatar');