Can't you just loop through the files in request.post_vars and insert them manually, without using SQLFORM validation? You can still use SQLFORM to generate HTML form or you can write that manually too.
You can use db.table.validate_and_insert(...) or you can use db.table.fieldname.validate methods. Marin On Fri, Jun 14, 2013 at 4:59 PM, Domagoj Kovač <[email protected]> wrote: > This is really important to me, can anyone help me? > > -- > > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

