Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/01/2010, 07:43
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: Qué estoy haciendo mal?.

esta mal la puntuacion

Código PHP:
Ver original
  1. header('Content-Type: application/force-download');
  2. header('Content-Disposition: attachment; filename="Planilla_R-8.pdf"');
  3. header('Content-Length: ' . filesize("planillas/Planilla_R-8.pdf"));
  4. readfile("planillas/Planilla_R-8.pdf");

proba asi
__________________
Degiovanni Emilio
developtus.com