How to upload Image on server using Volley?

后端 未结 2 647
自闭症患者
自闭症患者 2020-12-30 14:44

I\'m trying to post my data using Volley but my i\'m not able to upload my image on server. Always getting error like unexpected response code 500 for

2条回答
  •  盖世英雄少女心
    2020-12-30 15:24

    You should have to understand the concept to use of volley library and image uploads. Here are some other useful links for image upload and use of volley library.

    volley library

    Image upload using multipart

    Note: I have also tested your tutorial.code are ok. Please check your image path properly. If possible then use their php code on any hosted web server. and check their json response and cross check your parameter which you have passed with server script's parameters..

提交回复
热议问题