encode the bytearray to base64 http://dynamicflash.com/goodies/base64/
--- In [email protected], "flexaustin" <flexaus...@...> wrote: > > So I am trying to save a bytearray to a database. I tried > bytearray.toString, which works as expected. > > But on retrieving the string (bytearray) from the database how would I > convert it back to a bytearray? > > Thx, J >

