How do I convert Byte[] formatted image to Base64string using JavaScript?
04:03 27 Sep 2014

I want to display an image from an SQL database, onto my webpage.

I got the image in the format {byte[6317]}.

How do I convert it into Base64string?

javascript jquery html