Hi,

I am not sure this is the best approach but this works for me .

1. Upload the image to the server . In the server side script convert the
bytearray to Base64String.
2. Save the converted Base64String to the database ( datatype is
varchar(MAX) )
3. Use web service or remoting to load the data in the flex side
4. use the Base64Decoder class to decode the string to byteArray.
5. finally load the bytearray in the image control


Regards
Subeesh
http://subeesh.co.nr



On Thu, Jan 29, 2009 at 10:31 AM, Mallika Choudam <[email protected]>wrote:

>  Hi Friends,
>
> I am using sqlite3 as backend and flex for frontend.
> my problem is to store image into the database and retrieve image from
> database in flex.
>
> please help me in this regard.
>
> thanks you.
> Mallikc
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to