Intente agregar encabezados a la secuencia de comandos antes de hacer eco de la salida
header('Content-Description: File Transfer');
header("Content-type: application/octet-stream");
header("Content-disposition: attachment; filename= ".$file."");
echo base64_decode($file);