Android Question Send a Large List in JSON

leoprendes

New Member
Licensed User
Longtime User
When sending to the webservice, we use PostString(URL, parameter). But if I need to send a lot of information, I would have some other method, because sending with the URL will not allow it.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
because sending with the URL will not allow it.
with Poststring, Postfile, PostMultipart you can send a lot of Data.

If something is not working for you then you should post the full error and upload a small project showing the problem.
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
only GET attaches the content/parameters to the url, POST used the datablock.

maybe your webservice has a limit set of accepted POST size.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…