|
 |
access_asp thread: How OLE Object Field Be displayed On the browser
Message #1 by "ahmed el dawy" <adawy@e...> on Wed, 9 Oct 2002 17:10:44 +0200
|
|
is there a way to display A field Containing an OLE Object (Bitmap Imge) to the browser
Pls Contribute
Message #2 by "yasir malik" <zombie_devil666@h...> on Thu, 24 Oct 2002 19:11:30
|
|
> is there a way to display A field Containing an OLE Object (Bitmap
Imge) to the browser and how to store image in the database though asp.
Pls Contribute
Message #3 by "Ken Schaefer" <ken@a...> on Fri, 25 Oct 2002 11:52:48 +1000
|
|
It depends on the browser - only some browsers will display bitmaps inline.
The rest will prompt the user to save the file, or open the image in the
configured default application. Browsers natively support JPEG, GIF (and
some support PNG).
You would extract the data from the database, and then Response.BinaryWrite
it to the client, after setting the appropriate Response.ContentType
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "yasir malik" <zombie_devil666@h...>
Subject: [access_asp] Re: How OLE Object Field Be displayed On the browser
: > is there a way to display A field Containing an OLE Object (Bitmap
: Imge) to the browser and how to store image in the database though asp.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
 |