简体   繁体   English

使用Web浏览器打开Windows资源管理器-PHP

[英]Open windows explorer using Web Browser - PHP

Is there any possible way to directly open the specific location in the windows explorer using Web Browser? 有没有可能使用Web浏览器在Windows资源管理器中直接打开特定位置的方法?

What are the ways on how to open windows explorer using PHP or web programming language? 如何使用PHP或Web编程语言打开Windows资源管理器?

Due to security reasons you can not open any file from client side automatically. 出于安全原因,您无法自动从客户端打开任何文件。 Microsoft provides some access from browser but only from internet explorer using activeX object you can ask to browse a file but can't select one through programming also PHP is server sided language you have lots of accesses in php to access server sided stuffs like accessing files from FTP server managing database deleting files editing its own config files are possible but only in server side Microsoft提供了来自浏览器的某些访问权限,但只有使用ActiveX对象的Internet Explorer才可以要求您浏览文件,但不能通过编程来选择文件,而且PHP是服务器端的语言,您在php中有很多访问权限,可以访问服务器端的东西,例如访问文件从FTP服务器管理数据库删除文件,可以编辑其自己的配置文件,但只能在服务器端进行

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM