I have a task in which I have to read and save images in a database.
I use C # .net Webservice and the SQlserver2008 database, and I save the image as a varbinary format.
I want to know
- How can I read images from the local system and convert them to a byte array in Flex?
- How to show images in Flex that are obtained in Bytearray type?
Any tutorials or code examples are helpful.
source share