Hello All,
I'm developing a app which has a functionality of downloading any file chosen.
But I'm Facing issue with download function on Mobile as well as on tablet (I do have a launch function which is working but I want to use it has a backup).
So I'm trying to get something out of Base64 String.
So I'm getting base64 string of any file type, So my question is How to Download a file having it's Base64 string?
Best Regards