Unanswered: How to decode base64 encoded string as file and store locally using sencha touch2
Unanswered: How to decode base64 encoded string as file and store locally using sencha touch2
I am getting base64 encoded string response of pdf(tif) file form server. I want to decode it and save as a (pdf)file in sd card (locally). After saving the file i want to open this file in child browser. I am not getting how to decode and save response as pdf file. Please help me on this issue.
is it possible to convert base64 encoded string to a pdf file in sencha touch 2?