Download file error
I've used the file download successfully on other pages but now it just wants to download the page rather than the file.
The first code download the file correctly but the but the download behavior fails!
<a href="../vTskb28R01a/<?php echo htmlspecialchars($row_WADAcmes['upload_cmeRC']); ?>"><?php echo htmlspecialchars($row_WADAcmes['upload_cmeRC']); ?></a>
<?php
WA_DFP_SetupDownloadStatusStruct("WA_DownloadResult1");
if(isset($_POST["downloadReCert"]) || isset($_POST["downloadReCert_x"])){
WA_DFP_DownloadFile("WA_DownloadResult1", "../../BU/vTskb28R01a/reCert/".$_SESSION['idRc'] ."/", "".$row_WADAcmes['upload_cme'] ."", "[FileName]", false, false, false, "", "", "", "");
}
?>
Here is the button
<input type="submit" name="downloadReCert" id="downloadReCert" value="Download" />