This can be done with one of the jquery ajax widgets. I believe there's a web2py slice on this. I haven't used it myself ... just recall seeing a thread on it.
On Jun 18, 2:35 am, Al Velin <[email protected]> wrote: > 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.

