从浏览器\java小程序将文件存储在客户端\硬盘上
(如何)是否可以让用户通过java小程序将文件(通过保存文件对话框)存储在本地硬盘上?
有没有解决方法,或者我是否必须在某处申请某种证书?
例如,当从 Java Applet 打印时,用户会收到一个请求许可的对话框,在这种情况下是否可以执行类似的操作?
(How) is it possible to let the user store a file (via save file dialog) on the local harddrive via a java applet?
Is there any workarounds for this or do I have to apply for some sort of certificate somewhere?
For example, when printing from a Java Applet the user gets a dialog asking for permission, is it possible to do something similair in this case?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须签署您的小程序 http://java.sun.com/ developer/onlineTraining/Programming/JDCBook/signed.html,或者您可以使用 WebStart 技术。
You have to signe your applet http://java.sun.com/developer/onlineTraining/Programming/JDCBook/signed.html, or you can use the WebStart technology.