简体   繁体   English

使用Firefox下载xml word doc。 图片不会显示

[英]Using Firefox to download xml word doc. Image won't show

We have an xml word doc with image on title page that downloads correctly via ftp but the image is always missing if we try to download it via a link in an html page. 我们在标题页上有一个带图像的xml词doc,可以通过ftp正确下载,但是如果尝试通过html页面中的链接下载图像,则图像总是丢失。 We're using Firefox if that makes a difference. 如果这有所作为,我们正在使用Firefox。 But we also tried it using Opera, with the same results. 但是我们也使用Opera对其进行了尝试,结果相同。 Here's the link we're using: 这是我们正在使用的链接:

$fileDest = './mydoc.xml';
<a type="msword" href="<?php echo $fileDest; ?>"><input type="button" value="Download Document" /></a> 

您可以通过FTP和HTTP提供不同的文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM