Thử thêm tiêu đề vào tập lệnh trước khi lặp lại đầu ra
header('Content-Description: File Transfer');
header("Content-type: application/octet-stream");
header("Content-disposition: attachment; filename= ".$file."");
echo base64_decode($file);
Thử thêm tiêu đề vào tập lệnh trước khi lặp lại đầu ra
header('Content-Description: File Transfer');
header("Content-type: application/octet-stream");
header("Content-disposition: attachment; filename= ".$file."");
echo base64_decode($file);