当我知道客户端的文件路径时,如何上传文件?

发布于 2024-09-03 23:41:23 字数 242 浏览 3 评论 0原文

我对 Sonic Living 检测您的 iTunes 资料库 XML 文件的方式感兴趣。它提示用户批准其操作,然后根据客户端操作系统(并假设 iTunes 的默认安装路径)自动上传 XML 文件。

它到底是怎么做到的?我看过的上传库都没有此功能。他们都假设用户将单击“选择文件...”,然后浏览以找到要上传的正确内容。

I'm interested in the way Sonic Living detects your iTunes library XML file. It prompts the user to approve its actions, then automatically uploads the XML file based on the client OS (and assuming the default installation path of iTunes).

How the heck does it do that? None of the upload libraries I've looked at have this feature. They all assume that a user will click "Select file..." then browse around for the right thing to upload.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

听,心雨的声音 2024-09-10 23:41:23

它使用Java。有关如何读取本地文件(需要授权)的信息,请参阅本教程。

现在我们需要制作一个(非正式)证书。它是一个证书,但浏览器插件会显示一个证书请求者,表明它是非官方的。我们不需要关心这个 - 用户必须决定他是否信任你。

http://www.captain.at/programming/java/

It uses Java. See this tutorial for how to read local files (with authorisation).

Now we need to make an (inofficial) certificate. It IS a certificate, but the browser-plugin will display a certificate-requester, which says that it is unofficial. We do not need to care about this - the user has to decide if he trusts you or not.

http://www.captain.at/programming/java/

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