How to send multiple images to server using MultipartEntity from android

前端 未结 5 1162
Happy的楠姐
Happy的楠姐 2020-11-30 08:07

Hello I am sending Images and Text to php webservice using following code.

try {


            HttpClient httpClient = new DefaultHttpClient();
            H         


        
5条回答
提交回复
热议问题