> db.define_table('site',
> Field('pic1', 'upload', label ="Banner (125x125)"))
>
> def download(): return response.download(request,db)
>
> this works on GAE too because GAE will automatically create the
> uploadfield for you.
I didn't know that! I haven't found it in any documentation! Should I
update
http://www.web2py.com/AlterEgo/default/show/138 ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to
web2py+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---