Return true if there is no upload error
private function isOk() : bool { return $this->error === UPLOAD_ERR_OK; }