Python Forum
trying to use cgi to get html form data
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
trying to use cgi to get html form data
#2
Tool like CGi,XAMPP are really not used in Python anymore.
CGI will be removed in future Python versions.

A little history Why is WSGI necessary.
The modern way to do similar stuff to CGI,is to use eg Flask.
Can make quick demo if needed of open/save a excel file in openpyxl using Flask.
Reply


Messages In This Thread
trying to use cgi to get html form data - by test - Jun-24-2019, 05:45 AM
RE: trying to use cgi to get html form data - by snippsat - Jun-24-2019, 04:50 PM

Forum Jump:

User Panel Messages

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