Field('myupload', 'upload', uploadfolder='path/to/your/folder')
See the 'uploadfolder' argument
at http://web2py.com/book/default/chapter/06#Record-Representation.Anthony On Monday, October 17, 2011 7:08:27 AM UTC-4, miroslavgojic wrote: > > I have upload form and my files go to default uploads folder. > > Can I have more than one upload folder > I have need to chose folder folder where I need to store file > > Is this possible > >

