How to upload multipart form data and image to server in android?

后端 未结 6 520
醉梦人生
醉梦人生 2020-11-29 04:39

Status code 500 during upload multipart entity image to server in android code

Html form: (can add successfully image to server)

          


        
6条回答
  •  自闭症患者
    2020-11-29 05:24

    Status Code 500 means there is something wrong with server settings. It is not related with your code. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html.

提交回复
热议问题