Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/06/2005, 20:43
Avatar de [HH]KaoS
[HH]KaoS
 
Fecha de Ingreso: diciembre-2004
Ubicación: Nerja, Málaga (España)
Mensajes: 216
Antigüedad: 19 años, 4 meses
Puntos: 6
chicos yo tengo otro problema, a mi me descarga bien pero se ve q no indico bien q es uin wmv y no me lo reproduce el WMP

Tengo el codigo:

$enlace y $file vienen por get
Código:
	$enlace .= $file;
	header ("Content-Disposition: attachment; filename=\"$file\"");
	header ("Content-Type: application/video/x-ms-wmv ");
	header ("Content-Length: ".filesize("$enlace"));
	readfile("$enlace");