替代 Java 小程序网络驱动器访问 [英] Alternative Java applet network drive access

查看:25
本文介绍了替代 Java 小程序网络驱动器访问的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Chrome 即将彻底破坏与 NPAPI 的兼容性,而 IE 与 ActiveX 打破了 Java Applets 的未来.目前,我们积极为客户组织使用一个安全的小程序,使他们的用户可以通过单击按钮将一堆文件从他们的文件系统上传到我们的服务器.小程序可以完全访问任何配置的驱动器,包括网络驱动器.

Chrome is on the verge of definitly break compatability with NPAPI, and IE breaking with ActiveX the future of Java Applets is dark. Currenty we actively use a secure applet for out client organizations that enables their users to upload a bunch of files from their file system to our servers with the click of a button. The applet has full access to any configured drive, including network drives.

随着小程序的即将消亡,如果我们找不到替代方案,此功能将丢失.我已经尝试探索不同的解决方案,包括 chrome FileSystem API,但目前仅适用于 Chrome (http://caniuse.com/#feat=filesystem) 并且访问受限.

With the imminent death of the applet this functionality is going to be lost if we don't find an alternative. I have already tried to explore different solutions, including the chrome FileSystem API but that is currently only available for Chrome (http://caniuse.com/#feat=filesystem) and has limited access.

有没有人知道继续支持备受赞赏的功能的替代方法?不幸的是,我们有义务支持所有浏览器直到 IE8.

Does anybody know about an alternative to keep supporting the much appreciated functionality? Unfortunately we are obligated to support all browser down to IE8.

推荐答案

根据 Uly Marins 提供的答案,我研究了建议的选项.不幸的是,这些选项对我们的应用程序不可行,因为我们的大部分用户没有足够的权限来安装第三方插件.此外,API 仍处于 Beta 阶段,在稳定的生产环境中不会有任何好处.

In light of the answer provided by Uly Marins I have researched the options suggested. Unfortunately these options weren't viable for our application, because the mayority of our users do not have sufficient rights to install third party plugins. Additionally the API is still in Beta which won't do any good in a stable production environment.

我们想要解决的主要问题是能够从访问的文件夹中删除文件.似乎取消 NPAPI 支持的主要目标之一就是要防止这种可能性.因此,我们需要将我们的目标简化为用户仍然可以接受的简单解决方案,并进行有关如何手动清除所选文件夹的额外培训(因为我们的大多数用户几乎不识计算机并且需要访问网络文件夹).

The main problem we wanted to solve was the abbility to delete files from the accessed folders. It seemed like one of the mayor goals of the removal of the NPAPI support was exactly to prevent this kind of possibility. Therefore we needed to reduce our goals to a simple solution that was still acceptable for our users, with the additional training on how to clear the selected folder manually (because most of our users are almost computer illiterate and needed to access network folders).

长回答短.所要求的解决方案已不再可行,必须用更简单的解决方案和额外培训代替.

Long answer short. The requested solution is just not possible anymore and had to be replaced by a simpler solution and additional training.

这篇关于替代 Java 小程序网络驱动器访问的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆