how to display a image before showing binary content

H

Holysmoke

Hi,

I writing a binary content from a file (which may be hefty) in asp.net page.
But I would like to show something like work in progress Icon/image

But it is never shown on the browser :(

I cannot understand how to do that.

Here is my codice

Response.Write("<img src=""Immagini/workinprogress.gif""
border=""0"" />")
Response.BinaryWrite(myBinaryContent)
Response.Flush()

P.S : myBinaryContent is of content type html

I appreciate your help,

TIA,
Holy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top