Ben 'ekran' bir pdf için bir php sayfası istiyorum. İşte kod:
<?php
header("Content-type: application/pdf");
readfile('Reportage - Berlin.pdf'); //tried echo(readfile(...)) as well
?>
Çok karmaşık değil bence, ama nedense firefox bu bir pdf olduğunu tespit edemezsiniz. Bu Safari'de çalışıyor ama firefox olarak, i Dosyayı indirmek için bir istemi almak, bu yüzden bir pdftest.php dosyası gibi olsun. Ben pdf uzantısını yeniden adlandırın, ben bunu açabilirsiniz çünkü benim dosya alma im biliyorum.
Bu çok basit gibi görünüyor! ben bir şey eksik?