Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在文件服务器问题上有一个 img。
我的图像存储在我们环境中的服务器上。它必须是这台服务器,而且这台服务器上没有网络服务器。我需要从 smb 路径访问文件,例如:
\\server\storage\file.png
当我制作标签时,这在 IE 中运行良好:
<img style="width: 100%;" src="file:////server/storage/file.png"/>
但是,这在 chrome 中不起作用......图像只是不显示。
请帮忙?
Seems this is issue with Chrome, check this
http://code.google.com/p/chromium/issues/detail?id=40415