Possible Duplicate:
how to read images from xml file?
how to get images from web service xml?
i want image from xml file formatted as bytes in web services..
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.
For Uploading you have to work like this:
encode is a method which is defined in “Base64.h” classes, you can download it anywhere from the internet.
And for retrieving purpose you have to pass the same string in decode method
and using data you can perform any operation like
Hope it helps!!