[web2py] Re: uploadfolder=request.folder not working as it expected

2020-10-08 Thread mostwanted
This worked, thanks Villas On Tuesday, October 6, 2020 at 1:43:37 PM UTC+2 villas wrote: > Maybe you are not using a separator (eg '/'). Try something like this: > > uploadfolder = os.path.join(request.folder, 'static/docs') > > On Monday, 5 October 2020 at 17:21:43 UTC+1 mostwanted wrote: >

[web2py] Re: uploadfolder=request.folder not working as it expected

2020-10-06 Thread villas
Maybe you are not using a separator (eg '/'). Try something like this: uploadfolder = os.path.join(request.folder, 'static/docs') On Monday, 5 October 2020 at 17:21:43 UTC+1 mostwanted wrote: > *uploadfolder=request.folder+'static/docs' *suddenly aint working as it > should, initially is