Can we call local .exe file from webserver using javascript?

.exe file will be in windows folder

Web Application will be running on Weblogic Linux Server

Can we call local .exe file from webserver using javascript?

Thanks in advance

No .

1 Like

With client-side JavaScript no but with server-side JavaScript (NodeJS) yes, with client-side JavaScript you can use AJAX or Fetch API to tell server to execute that file with one of the server-side languages (PHP, Python, Ruby, ASP.NET etc.).

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.