Guys I know this sounds simple but I'm having a hard time displaying
uploaded images. I have an upload field in my model where logged in users
can upload an image. But in my views when I try to do
{{=IMG(_src=URL('uploads/', row.image))}} where row is a variable that
refers to db(db.auth_user.id > 0).select() nothing is being returned.
However, row.image returns a string which is the name of the file.
How can I display the image correctly?Thanks! --

