我有一份表格,附有投入标记和提交年份:
<input type="file" name="filename" size="25">
我有处理该员额的书记:
def post(self):
Im以表格接收的档案是一份Xml文件,在平线邮局中,我想将这一 foo.xml发送到另一功能,以验证这一文件(使用微型Xsv)。
我的问题是,我如何取回档案? 我尝试:
form = cgi.FieldStorage()
inputfile = form.getvalue( filename )
but this puts the content in the inputfile, I don t have a foo.xml file per se that I can pass to the minisxv function which request a .xml file not the text...
<>Update> 我发现,通过任何途径接受案文而不是投入文件的职能。