Thanks for noticing, that is indeed correct.  This and the cookie 
parameters are in the trunk now.

William Dode wrote:
> 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
> 


-- 
Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org
             : Write code, do good : http://topp.openplans.org/careers

_______________________________________________
Paste-users mailing list
[email protected]
http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users

Reply via email to