Post values and upload Image to php server in android

后端 未结 2 982
无人共我
无人共我 2020-12-11 11:36

I am trying to upload image from android phone to php server with additional values,the method is post my php file look like this

if($_POST[\'val1\']){
  if         


        
2条回答
  •  死守一世寂寞
    2020-12-11 12:05

    here is a nice article, http://blog.sptechnolab.com/2011/03/09/android/android-upload-image-to-server/. It works.

提交回复
热议问题