JSONRPC should be used if you want to implement RPC service but if you only need to send json data, you can do it that way or another.
How would you send the data? Something that works in the background or manually, from web browser? Anyway, the issue can be how to do it on your mobile device (depends or your needs), not the web2py as a server :) On Sun, Nov 18, 2012 at 6:06 AM, Jason Brower <encomp...@gmail.com> wrote: > I have a mobile device that sends various data using json to a server. > I would like this server to be web2py. > How would I do this? > Am I on the right track here? > http://web2py.com/books/**default/chapter/29/10#JSONRPC<http://web2py.com/books/default/chapter/29/10#JSONRPC> > Or am I looking in the wrong place. > There will be a large amount of data sent. > BR, > Jason Brower > > -- > > > > --