Transfer database to server

HI,
I am not sure if this is at all possible so any suggestions would be appreciated.

I have an iPad app that is creating and manipulating a SQLite database. I want to be able to click on a button and send the whole database up to a Server.

Can anyone suggest the best way of achieving this goal.

Thanks [import]uid: 7830 topic_id: 7357 reply_id: 307357[/import]

Well the SQLite database is just a single file. So just upload that file to your server. Corona can do ftp:
http://developer.anscamobile.com/code/ftp-helper [import]uid: 12108 topic_id: 7357 reply_id: 25980[/import]

Thanks for that. Good idea.
Richard [import]uid: 7830 topic_id: 7357 reply_id: 26130[/import]