I wanted to make a comment on the book but a single line input box is used instead of a textarea. Should this be changed?
Anyway, need to post here for now. I tried following the upload example in ch7. The docs specify: form.validate(...) is a shortcut for: form.process(...,dbio=False).accepted Then the examples use: form.validate().accepted This should just be: form.validate() Then I tried the SQLFORM.factory upload example with v1.99.2, and got this error: RuntimeError: you must specify a Field(...,uploadfolder=...) uploadfolder should not be required because I don't want to store the file. Richard