简体   繁体   English

如何通过IE 7和8浏览器访问OS中的文件系统,而不使用ActiveXObject?

[英]How to access file system in os by IE 7, and 8 browser ,without using ActiveXObject?

How to create a file or list the files in the folder in java script in IE7 and IE8.In general to access the file system in OS , java script uses ActiveXObject. 如何在IE7和IE8中的java脚本中创建文件或列出文件夹中的文件。一般来说,在OS中访问文件系统,java脚本使用ActiveXObject。 But I need to access the file system not by ActiveXObject but by any other ways. 但我需要访问文件系统而不是通过ActiveXObject,而是通过任何其他方式。

If I use ActiveXObject for access means,whenever access going to be happen each time a pop-up will appear that asks the user whether to allow or not ActiveXobject .It is little difficult one to client when dy faces this pop-up each time. 如果我使用ActiveXObject进行访问意味着,每当出现一个弹出窗口时就会发生访问, 询问用户是否允许ActiveX对象。 当dy每次面对弹出窗口时,对客户端来说有点困难。

Is thr any Java script API exist to access the file system without use of ActiveXObject or any technique exist to do these things....? 是否存在任何Java脚本API来访问文件系统而不使用ActiveXObject或存在任何技术来做这些事情....?

I have to implement file system access applicaion in IE7 and IE8 我必须在IE7和IE8中实现文件系统访问应用程序

If any one know kindly share ur knowledge. 如果有人知道,请分享你的知识。

Thanks in advance.... 提前致谢....

There are no ways in IE7/IE8 without browser plug-ins to access the local computer's file system because doing so is a major security risk and those browsers don't support any of the more modern ways of handling files. 没有浏览器插件的IE7 / IE8中没有办法访问本地计算机的文件系统,因为这样做会带来很大的安全风险,并且这些浏览器不支持任何更现代的文件处理方式。

You might get better ideas if you explain what actual problem you're really trying to solve rather than something as generic as your current question. 如果你解释一下你真正试图解决的实际问题,而不是像当前问题那样通用的问题,你可能会得到更好的想法。

If this is an enterprise environment, you may be able to prewire some ActiveX settings in the enterprise browsers to allow your ActiveX plug-in to run without prompting. 如果这是一个企业环境,您可以在企业浏览器中预先配置一些ActiveX设置,以允许您的ActiveX插件在没有提示的情况下运行。

Silverlight can have evaluated trust in browser applications in version 5 Silverlight可以评估版本5中浏览器应用程序的信任度
for First time it will ask user ( I've not tested it yet ) 第一次它会询问用户(我还没有测试过)
Notice that users must have installed Silverlight before then you can develop your own app by C# 请注意,用户必须先安装Silverlight才能通过C#开发自己的应用程序

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在不支持ActiveXObject的情况下使用Javascript / JQuery在文本文件中写入数据,因为它仅支持IE? - How to write data in text file using Javascript/JQuery without ActiveXObject as it supports only IE? 如何在javascript中不使用ActiveXObject的情况下读取Excel文件 - how to read a excel file without using ActiveXObject in javascript 如何使用没有ActiveXObject的javascript将数据写入文本文件? - How to write data to a text file using javascript without ActiveXObject? 如何不使用ActiveXObject读取javascript中的excel文件? - how to read excel file in javascript without using ActiveXObject? 如何使用JavaScript输入和输出{本地文本文件}而不是使用ActiveXObject(最新版本的Chrome或IE 11) - How to Input and Output {Local text file} instead of using ActiveXObject (latest version of Chrome or IE 11) using JavaScript 如何在无需实例化ActiveXObject的情况下在IE 8/9/10中检测ActiveX控件 - How to detect ActiveX controls in IE 8/9/10 without having to instantiate ActiveXObject 在不使用ActiveXObject进行跨浏览器的情况下打开MS Word / Excel应用程序 - Open ms word/excel applications without using activeXObject for cross browser JavaScript如何访问ActiveXObject - How javascript access ActiveXObject Ajax即跨浏览器的activexobject问题 - ajax ie cross browser activexobject questions 如何使用JavaScript读取Excel文件(不使用ActiveXObject) - How can I read an Excel File with JavaScript (without ActiveXObject)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM