iPhone 网络共享访问
我正在尝试将数据文件从本地网络共享下载到 iPhone 设备。我已将该文件放置在网络上的计算机上,并且可以从本地网络上的任何计算机通过 Chrome 或 Mozilla 等浏览器查看。
但是,Mac 和 iPhone 上的 Safari 找不到该文件!我使用的 URL 示例是“file://computer/SharedDocs/file.csv”。
为什么 Safari 和 iPhone 找不到该文件?
I am trying to download a data file from a local network share to an iPhone device. I have placed the file on a computer on the network and can view through browsers such as Chrome or Mozilla, from any computer on the local network.
However, Safari on a Mac and the iPhone do not find the file! An example of the URL I use is 'file://computer/SharedDocs/file.csv'.
Why do Safari and the iPhone fail to find the file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
iPhone 不支持通过 file: URL-scheme 访问远程文件所需的共享驱动器映射。
尝试通过受支持的 url 方案之一使该文件可用,例如。 http:
The iPhone does not support mapping of shared drives as needed to access a remote file through the file: URL-scheme.
Try to make the file available through one of the supported url-schemes, eg. http: