Say I want to send some data using HttpReq.onPost HttpReq { uri=`/data`; async = false;}.post("someData")
HttpReq { uri=`/data`; async = false;}.post("someData")
How do I read "someData" in the receiving webMod.onPost ... somehow eluding me.
Never mind, had missed: req.in.read
req.in.read
Login or Signup to reply.
tcolar Wed 30 Jun 2010
Say I want to send some data using HttpReq.onPost
HttpReq { uri=`/data`; async = false;}.post("someData")
How do I read "someData" in the receiving webMod.onPost ... somehow eluding me.
tcolar Wed 30 Jun 2010
Never mind, had missed:
req.in.read