Field('myupload', 'upload', uploadfolder='path/to/your/folder') This line go to model db.py (or my model file)
uploadfolder='path/to/your/folder' -* can this be*: uploadfolder='variable' I need to make variable from upload form. That variable have folder path for upload location. Can I make path definition in controller or view instead in model. - - Miroslav Gojic - - On Mon, Oct 17, 2011 at 14:03, Anthony <abasta...@gmail.com> wrote: > Field('myupload', 'upload', uploadfolder='path/to/your/folder')