.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
.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 .
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.).
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.