Hi,
I have develop one application in sencha touch 2.
I have features like image and video capture from camera and upload to server as attachment.
So, I have implement image capture from camera and upload to server successfully in base64 using phonegap.
Now, my job is to capture video from camera and upload that video to server in base64 format.
I have try with phonegap by which I am able to capture video and get file path too.
But not able to convert that in base64 format.
Any idea how to complete this job?
Thanks in Advance.