无法从内联网读取图像,php导出到word

时间:2018-05-17 07:38:08

标签: php html ms-word

我想将我的页面导出包含我的图片到Microsoft Word, 但我有一个问题,我的图像没有显示在Microsoft Word中,但只显示在网页上。

这是我的代码

<?php
    header('Content-type: application/x-msword');
    header("Content-Disposition: attachment; filename=myfile.doc" );
?>
     <!-- image from intranet -->
    <img src="http://192.168.100.97/i/xxx/header_surat_doc.jpg">

    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the `1500s` when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>

但是当我下载文件字时 此图片未显示

enter image description here

帮帮我。感谢&#39; S

0 个答案:

没有答案