How can i find out names of uploaded files using 'CGIHTTPServer.CGIHTTPRequestHandler' do_POST?

325 views Asked by At

query = cgi.parse_multipart(handler.rfile, pdict) I used function "parse_multipart" of module cgi to convert the form data, but i can not find the name of uploaded file in the content of variable "query"? where i can find the file's name. Thanks!

0

There are 0 answers