Hello, I'm new to web2py, and I do not know how to do multiple file uploads in a single form. For example, the loading of multiple images. If a simple model of the following fields:
db.define_table ('img',
Field ('title'),
Field ('img', 'upload'),
)
What exactly should I write in the controller and in view? ..
Sorry for the stupid question, and for my ugly English.

