> Also I wonder if there is a method to upload the file without ever
> storing it? If I remove the uploadfolder argument it does not work. I
> really dont want to store the file at all.
ok i should have serached a bit more
uploadfield=False
does the trick

a bit more information on the other problem
species_form.element(_id="no_table_species")
species_form_elem["_value"] = 'foobar'
works, but it produces
<textarea value="foobar"></textarea>
but i want rather
species_form_elem["value"] = 'foobar'
<textarea>foobar</textarea>
since only this is displayed in the textarea

Reply via email to