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
- How I can read images from local system and convert it into byte array in Flex ?
- How to show images in Flex that are recieved in type Bytearray?
Any tutorials or code examples will be helpful.