Awesome, thank you pbreit. I cannot get over helpful this community is.
-David On Sep 28, 9:01 pm, pbreit <[email protected]> wrote: > I store my images in a different folder and serve them directly: > > Field('image', 'upload', uploadfolder=request.folder+'static/uploads', > requires=IS_EMPTY_OR(IS_IMAGE())),

