Ver Mensaje Individual
  #3 (permalink)  
Antiguo 06/10/2006, 09:43
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Prueba asi:
Código PHP:
$lFilename $_POST["FileName"];
        
header('Content-type: application/pdf');
        
header('Content-Disposition: attachment; filename=' $lFilename '.pdf');
        
header("Content-Transfer-Encoding: binary");
        
readfile(MCT_FILES_PDF_PATH '/' $lFilename '.pdf'); 
Te falto el $ en lFilename