Uploading image to server in Multipart along with JSON data in Android

后端 未结 8 2546
忘掉有多难
忘掉有多难 2020-12-15 09:36

I am trying to upload an image to a server along with some JSON data that is collected from a form.

The server has authentication.

METHOD: post

HEAD         


        
8条回答
  •  伪装坚强ぢ
    2020-12-15 09:56

    Do not reinvent the wheel! The Apache HttpClient have implemented your requires.

    Android JSON HttpClient to send data to PHP server with HttpResponse

    Goog luck!

提交回复
热议问题