Michael Johnson f22cde6973 Remove support for cgi.FieldStorage
The python cgi module is being removed in python 3.13[1].

This patch moves the use of cgi.FieldStorage under a try block that will
skip the check for cgi.FieldStorage object in File type parsing.

[1] https://docs.python.org/3/library/cgi.html

Change-Id: Iff145680312c3aba18b5be078fbf1ea32b06080b
2024-10-10 17:18:26 +00:00
..
2024-10-10 17:18:26 +00:00
2024-09-27 23:37:57 +09:00
2021-07-26 17:37:49 +01:00
2021-07-26 17:37:49 +01:00
2023-09-07 15:48:08 +01:00
2021-07-26 17:37:49 +01:00
2021-07-26 17:37:49 +01:00
2024-09-27 23:37:57 +09:00