Guys my app suddenly wont save PDF documents.
db.define_table('pdfs',
Field('fileS','upload',uploadfolder=request.folder+'static/pdfs')).
The above code does not create static/pdfs folder as expected so when i click on the link thats supposed allow me to view the pdf {{=A('Click to view', _href=URL('default', 'viewer'))}} it get an error 404 NOT FOUND !!!!
Am i missing something or is there a workaround this issue?
regards