header ("Content-Disposition: attachment; filename=".urlencode(basename($enlace))); $enlace = 'archivos/'.$enlace; header ("Content-Type: application/octet-stream"); header ("Content-Length: ".filesize($enlace)); readfile($enlace);