FieldStorage is not working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

FieldStorage is not working

In python cgi module,when I created form=cgi.FieldStorage it os saying that it has no attribute named FieldStorage. Pls..help me.

15th Jun 2020, 6:35 AM
Abdullah Al Rafi
Abdullah Al Rafi - avatar
1 Answer
+ 8
Begin by writing import cgi. When you write a new script, consider adding these lines: import cgitb cgitb.enable()
5th Jul 2020, 3:45 AM
Aditya
Aditya - avatar