get('folders.upload'), $documento . '.pdf' ]); $existe = file_exists($filename); $output = [ 'informacion' => $documento, 'archivo' => $filename, 'existe' => $existe ]; $response->getBody()->write(json_encode($output)); return $response ->withHeader('Content-Type', 'application/json') ->withStatus(201); } }