¡@

Home 

php Programming Glossary: formbodypart

Android: upload file with filling out POST body together

http://stackoverflow.com/questions/8965022/android-upload-file-with-filling-out-post-body-together

share improve this question Just add a a few FormBodyPart to your MultipartEntity . You can use the StringBody object.. reqEntity.addPart image bab FormBodyPart bodyPart new FormBodyPart formVariableName new StringBody formValiableValue.. reqEntity.addPart image bab FormBodyPart bodyPart new FormBodyPart formVariableName new StringBody formValiableValue reqEntity.addPart..