I am using this code to send a file to server
upload an image and audio in One request in android
Now my problem is I want to send some string parameters along with request.
How can I do that?
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.
I don’t have any hands on experience with this, but from looking at your code, I would think you could do it in the code below
Couldn’t you just add more of these, and get them in your server side code just like your accessing the other values your sending?