Hi guys Im trying to upload an image from camera capture on Cordova and sending to PHP file. The images sent to the PHP file comes like this:
data:image/jpeg;base64,file:///data/user/0/mobi.monaca.debugger/cache/1650991444040.jpg
How do I save this as actual image file on my server?
Thanks
I solved it myself, it was true as Sammitch pointed out, I wasn't sending the local file.
I now solved it this way:
I have a HTML form that collects and sends the data to my PHP file, like so