How to send multiple images to server using MultipartEntity from android

前端 未结 5 1160
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条回答
  •  自闭症患者
    2020-11-30 08:41

    And make sure that your directory or folder in server is Executable, Writable and Readable. I had this as the major problem. This is called 777 permission.. Believe me, this is as important as other things to consider.

提交回复
热议问题