*Val K*, that case is work!)
def index():
image = XML('<img src="'+URL( 'default', 'img')+'" class="card-img-top"
alt="..."/>')
return dict(image=image)
def img():
row = db().select(db.recipes.IMAGE).first()
if row:
return row.IMAGE.read()
It seems very strange that return row.IMAGE.read() from img function work,
but URL( 'default', args=row.IMAGE.read()) don't work.
I have not one image and get it in cycle. Are there variant use img
function for it?
rows = db().select(db.recipes.IMAGE)
for row in rows:
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/web2py/adc0ecaf-d4c2-4f87-82b6-8649a4096f66%40googlegroups.com.