Forum Post: RE: Help me please!!! rbv_api.sendHttpPost cannot send to POST parameter.

  • Thread starter Thread starter Anoop Premachandran
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top