Reputation: 2288
I'm having a task in which I have to read and save images in the database.
I'm using C#.net Webservice and SQlserver2008 database and I'm saving image as varbinary format.
I want to know
Any tutorials or code examples will be helpful.
Upvotes: 3
Views: 5053
Reputation: 2288
I refered Below Link Nice working fine...
Answer:
Loading a local file to a byte array in Flash Player 10 with Flex SDK 3.4+
Answer:
yourImage.source = yourByteArray;
(From This)
Upvotes: 3
Reputation: 1160
Please read the following site:
http://blog.yoz.sk/2009/10/bitmap-bitmapdata-bytearray/
It may help.
Upvotes: 1