ob_start(); $json = json_encode($this->uploadSaved()); ob_clean(); $this->response->setOutput($json);