[web2py] Re: upload file path

2015-11-17 Thread Manuele Pesenti
Il 17/11/15 14:36, Manuele Pesenti ha scritto: > doh! I beg your pardon mail was sent before it was finished... I meant > > path_to_file = os.path.join(db.mytable.archivio.uploadfolder, > row.archivio.aplit('.')[-1][:2], row.archivio) Uhm I've looked a bit in the code and I think I've found the rig

[web2py] Re: upload file path

2015-11-17 Thread Manuele Pesenti
Il 17/11/15 14:29, Manuele Pesenti ha scritto: > maybe something like: > > path_to_file = os.path.join(db.mytable.archivio.uploadfolder, , > row.archivio) doh! I beg your pardon mail was sent before it was finished... I meant path_to_file = os.path.join(db.mytable.archivio.uploadfolder, row.archiv