2009/7/19 Ken <[email protected]>

>     def POST(self):
>         i = web.input(myfile={})
>         name = i.name
>         category = i.category
>         ...
>         this_file = i.myfile
>         if this_file:


# change like this:
if this_file.filename:
# and it works.

-- 
大郎:百才招聘(baicai.com).产品部
Email: [email protected]
Gtalk: [email protected]
twitter.com/qichangxing

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to