Sorry for the false alarm. I fixed it in trunk. It was easier then I though but the problem was in sqlhtml not in tools.
On Sep 6, 6:37 pm, mdipierro <[email protected]> wrote: > ... I cannot fix it until tomorrow. Let's see if you can fix it first! > > 1) create a custom auth_user table with a Field('image','upload') > 2) register login and upload and image in profile > 3) print the content of auth.user.image > 4) edit profile again and submit without changing any fields > 5) print the content of auth.user.image > > the output of 3 and 5 should be the same but auth.user.image got reset > in the last submit. The problem is in gluon/tools.py, the function is > profile(). > > If you fix it send me a match. > > Massimo

