Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 将img与Chrome中的文件://一起使用_Html_Image - Fatal编程技术网

Html 将img与Chrome中的文件://一起使用

Html 将img与Chrome中的文件://一起使用,html,image,Html,Image,我的img文件服务器有问题 我的图像存储在我们环境中的服务器上。它必须是此服务器,并且此服务器上没有web服务器。我需要从smb路径访问文件,例如: \\server\storage\file.png 在IE中,当我制作标签时,这很好: <img style="width: 100%;" src="file:////server/storage/file.png"/> 但是,这在chrome中不起作用。。。图像就是不显示 请帮助?这似乎是Chrome的问题,请检查此项

我的img文件服务器有问题

我的图像存储在我们环境中的服务器上。它必须是此服务器,并且此服务器上没有web服务器。我需要从smb路径访问文件,例如:

\\server\storage\file.png
在IE中,当我制作标签时,这很好:

<img style="width: 100%;" src="file:////server/storage/file.png"/>

但是,这在chrome中不起作用。。。图像就是不显示


请帮助?

这似乎是Chrome的问题,请检查此项