简体   繁体   中英

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. We're using Firefox if that makes a difference. But we also tried it using Opera, with the same results. 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提供不同的文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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