I'm trying to create dynamic web pages with HTML and PNG. I would like to
push it out as one response because I'm creating the PNG on the fly. It's not
a huge task to keep the raw PNG data around long enough to satisfy the <IMG>
request that will result from the response but it seems so ugly. I thought I
could use multipart/mixed but my browser (Firebird) only ever displays the
last part (as if it's doing 'replace') so I guess that's not the way to do it.
Any suggestions?
Eddie |