Hi, I want to send randomly generated array of boolean values. I used Random function and boolean array length to generate values. My question is I want to send this data to servlet using Post method. I am then deploying that servlet on Google App Engine.
How should I do that?
Thanks in advance!
Ads