Possible Duplicate:
How to convert image into base64 string using javascript
I need to post an image using AJAX, but IE does not support it. So I would like to know if I can convert the image to base64 using javascript and then post that to the php script which will then decode it and save it as an image.
Is this possible?