Can anybody help me resolve the problem for posting multipart/form-data using below code.
I have no idea about how to do it.
Please refer function PostTrivialData from post Question
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.
Here is the Code for Posting multipart data to URI:
This will post image and also you can include your data to postData parameter. You need to handle this PostData server carefully as it’s combined with multipart content data.