hi, it's possible in dal to write smth like this:
db.define_table("files",
Field('file', 'upload', uploadfolder=request.folder+'static/docs'),
Field('filename',type='string', default=request.vars.file.filename),
)i tried but got some errors, can anyone help me

