I need to convert an image to base64 encoding. I know its very easy with canvas. but the problem is that it should also run in IE8. but IE8 dont support HTML5 so i can\'t do it
There are some answers given here
How can you encode a string to Base64 in JavaScript?
have you tried any of them?