Re: [web2py] Database Image Rendering

2010-06-03 Thread Vasile Ermicioi
Yarkos approach will work only if you store it in a blob field, but not if image is uploaded in a directory my approach (Massimos approach :) ) should work for both cases

Re: [web2py] Database Image Rendering

2010-06-03 Thread Vasile Ermicioi
that should be enough http://web2py.com/book/default/docstring/URL>(r=request , f='download', args=image.file)}}" /> that is from http://web2py.com/book/default/section/3/6

[web2py] Database Image Rendering

2010-06-03 Thread Aaron Crowe
How would I go about rendering an image that's been uploaded and stored in a database?