Cita:
Iniciado por Rasec101 echale un vistas a esto ojala te sirba [url]http://www.forosdelweb.com/f18/descarga-archivos-php-957314/[/url]
Código PHP:
Ver original<?php
$rutafile = "RUTA_DE_TU_ARCHIVO";
$nombre = $_GET['nombre_archivo'];
$enlace = $rutafile."/".$nombre;
header ("Content-Disposition: attachment; filename=".$nombre."\n\n"); header ("Content-Type: application/octet-stream");
?>
muchas gracias, me sirvio