I tried it but it did not work,
also it would be nice if i could do something with the uploaded
information first (apply some filter, reformating ...)
> Field('species_file', 'upload', label="Upload Names",
> uploadfield='species')
>
> uploadfield = True # means store file on disk
> uploadfield = 'field_name' # store content in that DB field
do not have a db table, does it matter?
> uploadfield = False # file content is discarded
I really think that species_form.element(_id="no_table_species")
["_value"] = 'foobar'
would be the solution, but _value just does not work for textarea
this looks a bit like a bug