You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Good day guys,
I just started using web2py and it is awesome. Thank you for this frame work.
I am building a blog app, how do I display images on the view displaying all my blog content.
Every tutorial have seen is displaying images on the detail view but I want to display both on my list view and detail view.
Ps:Images have been uploaded and is in my upload folder
Dave S
unread,
Jun 30, 2019, 3:45:21 AM6/30/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
How are you displaying the list view?
The basic answer to your question is that you need to add an IMG() item for each row. How you do may depend on how you do your list view. Is your upload field part of the same table you're displaying in the list?