Hi,
In MultiDict.from_fieldstorage an uploaded file is retrieved with
field.value. So the file is read in memory and we cannot get the
filename.
I suggest something like
if field.file:
obj.add(field.name, field)
bye
--
William Dodé - http://flibuste.net
Informaticien indépendant
Hi,
It seems that it miss 'version' and 'comment' parameters in set_cookie,
isn't it ?
bye
--
William Dodé - http://flibuste.net
Informaticien indépendant
___
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bi