Dovrei far scaricare un MP3(è tutto legale) senza far partire il plugin x ascoltarlo, come posso fare?
Grazie
Dovrei far scaricare un MP3(è tutto legale) senza far partire il plugin x ascoltarlo, come posso fare?
Grazie
Non si può niubbare per sempre...
P.S. Ma perché i CSS non fanno quello che gli dico di fare.... aaaAAAAAAARGHHHHH!!!!!
Ciao,
prova con queste intestazioni:
<?php
header('HTTP/1.1 200 OK');
header('Date: ' . date("D M j G:i:s T Y"));
header('Last-Modified: ' . date("D M j G:i:s T Y"));
header("Content-Type: application/force-download"); // changed to force download
header("Content-Lenght: " . (string)(filesize($filelocation)));
header("Content-Transfer-Encoding: Binary"); // added
header("Content-Disposition: attachment; // added
filename=".str_replace(" ", "", basename($filelocation)).""); // added to remove spaces in filename when saving, it seemed to cause some problems with spaces.
readfile($filelocation);
?>
ciao
TouchWeb - Siti web - Programmazione Php/Java
http://www.touchweb.it
Realizzazione siti e-commerce - Piattaforma PrestaShop
http://www.touchweb.biz