$file = "mypdf.pdf";
$filename = "mypdf.pdf";
header('Content-type: application.pdf');
header('Content-Disposition: inline; filename="'.$filename.'"');
header('Content-Transfer-Encoding: binary');
header('Accept-Ranges: bytes');
@readfile(@file);
你好。我有一个关于在wordpress中导入保存和检索pdf文件的问题。
wordpress可以使用它吗?
我使用什么插件来制作
因为。我是Wordpress初学者
我的问题是我想导入pdf文件并保存它的路径。并检索它。 。我已经完成了它。在过去。但我使用wordpress请帮助我