Hi,
I have an application that creates an SQLite database and saves information to it over the course of a day. At the end of the day i want to export this database to a web server.
Could anyone point me in the right direction for this?
Should I use httppost or put. I have researched this myself online but there seems to be so many different ways to explore. The server side does not exist yet either. I have access to an apache server so i am hoping to use that.
Could anyone advise me the best/most simple way to do this?
Thanks