web2py has no notion of "an array of uploads". Each form must upload one file (per upload field) only, if you want to leverage the "automatic" behaviour of web2py forms.
On Wednesday, June 12, 2013 3:22:12 PM UTC+2, Domagoj Kovač wrote: > > I have a field: > > field = Field(field_name, "upload", > requires=IS_NOT_EMPTY(), > uploadfolder=os.path.join(request. > folder, 'uploads'), > label=LABEL(field_description, _for= > input_id)) > > Does this have anything to do with the second error? From error i can > assume that web2py is trying to upload the file itself, but when i select > multiple files list is sent and there is the problem, i assume. > -- --- 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.

