[web2py] Re: Upload files folder setup

2016-09-25 Thread Anthony
And note, this is covered here: http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Field-constructor On Saturday, September 24, 2016 at 11:24:21 PM UTC-4, Massimo Di Pierro wrote: > > Field('name', 'upload', uploadfolder=..., uploadfs=...) > > uploadfolder lets you spec

[web2py] Re: Upload files folder setup

2016-09-24 Thread Massimo Di Pierro
Field('name', 'upload', uploadfolder=..., uploadfs=...) uploadfolder lets you specify a folder uploadfs lets you specify another file system (from pyfilesystem) like S2, FTP mounted, etc. massimo On Friday, 23 September 2016 19:46:03 UTC-5, SR wrote: > > > When we upload a file via an upload f