Python Forum
How to control flowgraph variables from a Webserver?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to control flowgraph variables from a Webserver?
#4
Quote:Of course it is and sounds no different from any other kind of web app really. The form on the page needs to be submitted to the server, which will read the data from the request and do whatever you need to with it. Have you looked at the documentation for SimpleHTTPRequestHandler to see how you get access to the form data in a request? I can't say I know; I've only used Flask for web apps in Python.


Would you please elaborate more. I need an example or links of where you have seen that done if possible. I am a total newbie when its related to python.
Reply


Messages In This Thread
RE: How to control flowgraph variables from a Webserver? - by Hadad - Jul-20-2019, 04:24 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020