Ver Mensaje Individual
  #5 (permalink)  
Antiguo 27/12/2010, 04:16
Avatar de iDexterF
iDexterF
 
Fecha de Ingreso: diciembre-2010
Mensajes: 3
Antigüedad: 13 años, 5 meses
Puntos: 0
Respuesta: Descarga Forzada [DUDA]

Esta bien Esta Bien :), exacto no estan alojados en mi servidor, porque simplemente son miles de archivos alojados en muchos sitios, el script es un "buscador", por eso por otra parte, ya implemente la cabecera, disculpa, asi quedo:

Código PHP:
header("Cache-Control: public");
header("Content-Description: File Transfer");
header("Content-Disposition: attachment; filename=$name");
header("Content-Type: application/mpeg;\r\n");
header("Content-Transfer-Encoding: binary");
header("Content-Length: ".filesize($file));
readfile($file); 
Pero sigue sin funcionar.