I am developing a phonegap application, in this i'm getting a base64 string from server using ajax.
I want to save this as image into a folder in the device.
I didn't find anything in javascript and jqyery that convert an base64 string to image.
We can display base64 string in image using javascript, but i want to store this image in to a folder so please can you help me to out this problem.