Can anyone help me with syntax for computing file size and posting to metadata? Niphlod got me started in the right direction.
Is this the right idea? Am trying to get file size into field file_size below: def filesize(filename): import os, stat return os.uploadfolder(os.path.join(request.folder,'uploads')) auth.settings.extra_fields['auth_user']= [ Field('thumbnail', 'upload', uploadfolder=os.path.join(request.folder,'uploads')), ##, requires=RESIZE(50,50)), Field('file_size','integer',readable=False,writable=False,compute=lambda r:filesize(r['thumbnail']))] Result was "None" for field file_size. Alex -- 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.