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?
#5
What have you tried looking up yourself? At the very least, if don't understand HTTP POST requests and HTML forms, you should go look those up. Weirdly, SimpleHTTPRequestHandler doesn't seem to support POST requests (at least, it doesn't have a do_POST method according to the docs. I suppose it really is meant to be quite simple.

I'd take a look at Flask, which is quite a small web framework. The Quickstart section is pretty good and there's a whole page titled "Accessing Request Data" that tells you, e.g. how to get access to the form data.
Reply


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

Forum Jump:

User Panel Messages

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