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?
#3
(Jul-18-2019, 04:46 PM)Hadad Wrote: Is that possible?

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.
Reply


Messages In This Thread
RE: How to control flowgraph variables from a Webserver? - by ndc85430 - Jul-20-2019, 03:26 PM

Forum Jump:

User Panel Messages

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