I am currently attempting to upload a photo to my Firebase app’s storage in my Apache Cordova app. I currently get the photo’s URI with the following code: And then am attempting to convert the image into a file and push it to my Firebase storage with the following function: I have both the file and the camera cordova plugins
Tag: phonegap-plugins
Decode Base 64 audio file Mp3 into playable Mp3
I am converting the audio MP3 file and storing it as base64 in database using WEB API, now I am fetching the base64 file using ajax and I am getting the base64, the problem is how can I convert the base64 file back to mp3 file and play it using JavaScript. This if for demo I am using input file,