[web2py] Re: Multiple uploads in single form?

2011-06-18 Thread Al Velin
Thank you, I know about him. But I could not get it to work.

[web2py] Re: Multiple uploads in single form?

2011-06-18 Thread Al Velin
I was hoping to find some recipe like django tabularinline or other ready-made widgets...

[web2py] Multiple uploads in single form?

2011-06-18 Thread Al Velin
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 a