Hari
Hari
Currently, you can specify custom headers but cant directly handle clicks on it. Let me see what i can do.
@AhmadullahSaikat https://github.com/DWorkS/VolleyPlus/wiki/Multipart-Request follow this example
Pass "text/plain" like this smr.addMultipartParam("Param string", "text/plain", "data text");
Yes seems like issue at the server. It means the request data you sent is not getting parsed correctly at the server. Just debug it on the server and fix...
@tonysky2002 known issue, need to work on it.