<div dir="ltr"><div>Is there a variable or helper for this<br><br>   if (empty($EnableDirectDownload)) {<br>                         $url = PHSC("$ScriptUrl?n=$$fileNameFull&action=download"); # Direct download disabled, route through pmwiki.php<br>                        } else {<br>                              $url = PHSC("$UploadUrlFmt/$fileNameFull"); #Direct download enabled<br>                        }<br></div><div><br></div><div>thanks</div><div><br></div><div>Simon</div></div>