Re: [web2py] Re: Upload error field *_newfilename does not belong to the table

2012-08-07 Thread paolo.vall...@gmail.com
Hi Massimo, With the last trunk is now fixed. thank you! For what concerns the backward compatibility I haven't used this field either. Regards, paolo 2012/8/7 Massimo Di Pierro : > I think this is fixed in trunk, although fixing this may be a backward > compatibility issues. > > When web2py uploa

[web2py] Re: Upload error field *_newfilename does not belong to the table

2012-08-07 Thread Massimo Di Pierro
I think this is fixed in trunk, although fixing this may be a backward compatibility issues. When web2py uploads a file (in you case in field picture) the new file name is stored in both form.vars.picture form.vars.picture_newfilename (for backward compatibility) I see the latter is problemati