Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/08/2009, 06:16
Avatar de emiliodeg
emiliodeg
 
Fecha de Ingreso: septiembre-2005
Ubicación: Córdoba
Mensajes: 1.830
Antigüedad: 18 años, 8 meses
Puntos: 55
Respuesta: como descargar un archivo .wmv al pc?

en el manual de php podes encontrar a referencia a header(), igualmente te dejo un ejemplo

Código php:
Ver original
  1. <?php
  2. // We'll be outputting a PDF
  3. header('Content-type: application/pdf');
  4.  
  5. // It will be called downloaded.pdf
  6. header('Content-Disposition: attachment; filename="downloaded.pdf"');
  7.  
  8. // The PDF source is in original.pdf
  9. readfile('original.pdf');
  10. ?>
__________________
Degiovanni Emilio
developtus.com