Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/10/2007, 08:48
Avatar de arwen_1
arwen_1
 
Fecha de Ingreso: diciembre-2006
Mensajes: 81
Antigüedad: 17 años, 4 meses
Puntos: 0
Re: <input type="file"> .......???

Excelente! tambien encontre este codigo, y funciona bien tbn!
Código PHP:
<?
              header 
("Content-Disposition: attachment; filename=".$backup_file."\n\n");
              
header ("Content-Type: application/octet-stream"."\n\n");
              
header ("Content-Length: ".filesize($url)."\n\n");
              @
readfile($url);
?>

Muchas gracas! y aprovecho la oportunidad para pedirte ayuda en un post acerca de iframes que hice ayer como a las 6 y aun no he recibido ni una respuesta :s si pudieras hojearlo lo agradeceria de veras!