Probeer headers aan het script toe te voegen voordat u de uitvoer weergeeft
header('Content-Description: File Transfer');
header("Content-type: application/octet-stream");
header("Content-disposition: attachment; filename= ".$file."");
echo base64_decode($file);