Hi,

I'm trying to upload images to auth_user without success. I already did it 
with other database tables with no problem.

My code:

model:

auth.settings.extra_fields['auth_user'] = [
    Field('picture', 'upload', autodelete=True, label=T('Picture')),
]


I'm using the appadmin interface (myapp//appadmin/manage/users).

When I submit the Edit form with a chosen image the form processing stops 
with submit button showing "Working...".

With auth_user I didn't even need to setup SQLFORM() call or download 
function. I don't know if I'm missing something!

Running Web2py version 2.15.3.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to