A
Anoop Premachandran
Guest
When you are sending data as multipart/form-data, request.getParameterxx() methods will not work. You have 2 options here 1. Change Server - Use request.getParts() 2. Change Client - Use rbv_api.sendJSONRequest in Rollbase
Continue reading...
Continue reading...