Re: Embedding images stored in database

2003-01-13 Thread Dan Nelson
In the last episode (Jan 13), Toomas said: > Hello List, > > Is there a simplier way to embed an image stored in BLOB field into > HTML than using 2 calls to Perl scripts - one to generate HTML and > another call from that HTML via IMG tag to retrieve and print image? > I mean, something like you

Embedding images stored in database

2003-01-13 Thread Toomas
Hello List, Is there a simplier way to embed an image stored in BLOB field into HTML than using 2 calls to Perl scripts - one to generate HTML and another call from that HTML via IMG tag to retrieve and print image? I mean, something like you do it in a multipart e-mail message? A more general qu