iPhone 网络共享访问

发布于 2024-09-05 01:18:09 字数 227 浏览 3 评论 0原文

我正在尝试将数据文件从本地网络共享下载到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情魔剑神 2024-09-12 01:18:09

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:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文