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.
我目前正在构建一个社交网站,用于跟踪用户在他/她的 iTunes 库中拥有的艺术家。我计划通过获取和解析与用户库关联的 .xml 文件来做到这一点。每次他/她想更新他们的艺术家列表时,我都可以提示用户重新上传 .xml 文件,但我想知道是否有办法在每次用户访问/登录时自动完成上传?
您可以创建一个 Java 小程序。那将具有本地文件访问权限。但是,用户需要允许您运行它,但这可能是一个选项。
http://www.developer.com/java/data/article.php/3303561/Creating-a-Trusted-Applet-with-Local-File-System-Access-Rights.htm