i Have the local path of image in xcode and i want it to covert the image into base64 and send it to the php file.
Tha path is
/var/mobile/Applications/DC455F71-2024-473A-A943-504D0FC39C9F/Documents/1_1.png
Please help me to convert the image on the above path to convert it base64 encoding and then store it in remote mysql database.