I am making an android app in which i am sending images from gallery to server through xml..Any type of help will be appreciated… hanks
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.
This is how I handle it in my application:
In my application, the byte[] gets saved to the db as a blob prior to the xml structure being created. So this code isn’t exactly what I’m doing. But it should give you the idea.