Ver Mensaje Individual
  #5 (permalink)  
Antiguo 05/10/2009, 13:27
Avatar de urgido
urgido
 
Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 19 años, 2 meses
Puntos: 25
Respuesta: Problemas al forzar descarga con PHP

$enlace = $this->ftp;
header ("Content-Disposition: attachment; filename=$enlace\r\n\r\n");
header ("Content-Type: application/octet-stream");
header ("Content-Length: ".filesize($enlace));
readfile($enlace);
exit();
__________________
Hospedaje Web al mejor costo!