Can someone please tell me how I can show database stored images within a template. I've managed to show them
in a new screen with send_data but can't seem to find how and if it's possible to show it in the template. The only thing I've tracked in different references and books
are displaying it on a new page. So could someone tell me if I'm chasing ghosts?
Can someone please tell me how I can show database stored images within
a template. I've managed to show them
in a new screen with send_data but can't seem to find how and if it's
possible to show it in the template. The only thing I've tracked in
different references and books
are displaying it on a new page. So could someone tell me if I'm chasing
ghosts?
You are 95% of the way there. You need an image tag that will display
the image. Since you already have an action that displays the image,
you simply need to tell the browser about it.
Would be another alternative, but I don't need the extra options. So such a plugin would make
my code(base) larger than nessacery. When I need to do image manipulation in the future, I'll definitly will use fleximage