"I hope I understood your question. ".Yes u did! N thanks! Silly question actually.But I feel that notations used in web2py official book are a bit ambiguous(at least at some places).Hope it improves! Regards, :-)
On 5 May 2012 04:37, villas <[email protected]> wrote: > Those fields would have different fieldnames... > form.vars.yourfield_1 > form.vars.yourfield_2 > form.vars.yourfield_3 > > I hope I understood your question. > Regards, D > > > On Friday, 4 May 2012 23:26:26 UTC+1, rahulserver wrote: >> >> In the official book of web2py >> web2py.com/books/default/**chapter/29/7<http://web2py.com/books/default/chapter/29/7>, >> if a file is uploaded,its new file name can be obtained through >> form.vars.fieldname.What if I wish to upload two or more files and obtain >> their new names? >> >

