if ($sendFile) { craft()->request->sendFile($path, $content, array('forceDownload' => true)); } else { throw new Exception(Craft::t("Unable to serve file")); }
if ($sendFile) { craft()->request->sendFile($path, $content, array('forceDownload' => true)); } else { throw new Exception(Craft::t("Unable to serve file")); }