【发布时间】:2012-02-03 12:03:24
【问题描述】:
我们似乎无法使用 file:// protocol 在 Google Chrome 上显示图像。
我认为有一种方法可以将文件加载到远程网络(例如 file://my-network-computer/my-folder/my-file.jpg)并将其呈现为 asp.net 页面上的图像。
是否可以从网络驱动器上的文件加载字节,然后在 asp.net 页面上将其内容呈现为图像?
【问题讨论】:
-
只是为了澄清:不仅仅是chrome不会这样做;所有值得一试的浏览器都应该停止它。
标签: c# asp.net google-chrome http-protocols file-uri