
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