I need to send a files to a XML web service. The web service only accepts the file in a base64 format and rebuilds it in the back end. I need to know how do i convert a file to base64 in Objective C.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check below SO post
How do I do base64 encoding on iphone-sdk?
How can I decode data with Base64 in IPhone
How to Base64 encoding on the iPhone