I have a filed:

                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.


Reply via email to