简体   繁体   中英

Can we open .exe file in browser from server?

Please help me if this is possible to do. I am having .EXE file on server i want to run that file in web browser.

Please guide me how can i implement this?

No, it is not possible to open a .exe file in the browser. Internet Explorer can open ActiveX controls, and browsers with Java can load applets, but nether is a Windows executable file like you seem to want.

Web browsers cannot natively execute a random .EXE file (imagine the security implications).

Having said that, on a Windows machine (example), using ActiveX (in the IE browser for the sake of example) or the Mime handling capabilities of the browser, you can open up a Excel spreadsheet, PDF, even invoke Outlook (etc.) on your PC. This assumes the user have allowed such execution to occur etc... But its not the same as running the .EXE

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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