I am getting this issue:
Java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String
i am using volley multipart for uploading photo into the server.. i used the same code elsewhere and its work fine there what should i do
There's not enough detail here for us to diagnose the problem. Do you have a small sample app demonstrating it? Or at the very least, the full stack trace rather than just the exception message?
I am getting this issue: Java.lang.ClassCastException: java.lang.Integer cannot be cast to java.lang.String i am using volley multipart for uploading photo into the server.. i used the same code elsewhere and its work fine there what should i do