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
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..