有没有办法使用 Opera 的用户 JavaScript 在本地存储文件?
是否有某种方法可以使用 Opera 的用户 javascript 函数下载文件并将其存储在开发人员定义的特定位置?
谢谢。
Is there some way to download and store files in a specific, developer-defined location using Opera's user javascript functions?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://dev.opera.com/ Librarys/fileio/docs/overview-summary-file-io.js.dml 看起来像你想要的。
用户必须更改其配置文件以允许这些库。
http://dev.opera.com/libraries/fileio/docs/overview-summary-file-io.js.dml looks like what you want.
The user has to change their config file to allow for these libraries.
事实上,纯 JavaScript 解决方案只能通过小部件和 Opera 10 及更高版本实现。 不过,应该可以与用户授予足够权限来保存文件的 Java 小程序进行交互。 我还看到了一个使用 user.js 与之对话的本地服务器的解决方案 - 请参阅本文中某处描述的“HistoryPlus”脚本:
http://my.opera.com/chooseopera/forums/findpost.pl?id=2669972
Indeed, a pure JavaScript solution for this is only possible with widgets and Opera 10 and greater. It should be possible to interact with a Java applet the user has granted sufficient privileges to save files though. I've also seen a solution that used a local server which the user.js would talk to - see the "HistoryPlus" script described somewhere in this post:
http://my.opera.com/chooseopera/forums/findpost.pl?id=2669972