return image (gif / jpg)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I have this

<img src="http://www.mydomain.com/imagem.asp" width="171" height="72"

So, I need make asp (not asp.net) sending the image back to html

Get the file size, open the file (image), read it and send to the browser. Please!

I need a handlebook about asp too. If you know ou have one..

Thanks
 
Humberto said:
Hi,

I have this:

<img src="http://www.mydomain.com/imagem.asp" width="171" height="72">

So, I need make asp (not asp.net) sending the image back to html.

Get the file size, open the file (image), read it and send to the browser. Please!

I need a handlebook about asp too. If you know ou have one...

Thanks

This is an ASP.NET group; you may want to post this in
microsoft.public.inetserver.asp.general or another ASP group.
 
Back
Top