Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: force download

Parašė Beinoras· 2011 Gru. 24 16:12:05
#1

<?php
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename='.basename($path));
header('Content-Transfer-Encoding: binary');
header('Expires: 0');
header('Cache-Control: must-revalidate');
header('Pragma: public');
ob_clean();
flush();
readfile($path);
exit;
?>

Gal kas zino kodel tokie header nustatymai nepradeda siuntimo ant androido narsykles, nors ant kitu narsykliu veikia normaliai?