This is testing on GAE Locally
extra fields:
auth.settings.extra_fields['auth_user']= [
Field('City'),
Field('State'),
Field('Country'),
Field('Profile_Name'),
Field('Avatar', 'upload')]
When the user registers i get a "unrecoverable error message" after
submission. I checked the db admin for GAE and it shows that all info
was received including the blob. When i try form submission leaving
the upload field blank it works fine. At first i thought that the
image files were too big, but they are all under a 1mb.
chawk