0

I want to access and execute .bat file from end-user system while my code running on server. Indirectly I want to access local system file of user system.

Python / Django solution.

3
  • HTML/JS does not allow you to access the user file system due to it being a great security risk. You could upload the file, and run that, but that would, again, be a massive security risk. Commented Dec 1, 2022 at 7:05
  • @nigel239 .exe file not run ubuntu server. Commented Dec 1, 2022 at 7:07
  • Please see stackoverflow.com/questions/5321884/… it says something about ActiveX or applets. Commented Dec 1, 2022 at 7:11

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.