
05/10/2009, 13:27
|
 | | | Fecha de Ingreso: febrero-2005
Mensajes: 2.351
Antigüedad: 20 años 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! |