I'm using this in a script to send pdf files from Apache: <? // get the $pdf_name and $len of the $pdf_name // stuff up here, and then ... header("Content-Type: application/pdf"); header("Content-Disposition: inline; filename=$pdf_name"); header("Content-Length: $len"); readfile($pdf_name); ?>
About 6 out of 300 subscribers cannot see the PDF, although they can download and view other PDF's from the site, or from other sites. I'm also aware of the note regarding IE in the Manual, and am contacting them to determine what browser/version they are using. In the meantime, does anyone have any other suggestions? Regards - Miles Thompson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]