0

I am developing a simple iPad application that should submit some text from a form to a .csv file. I could manage to update the .csv file which is saved locally in the documents folder on my computer. However, I need to keep the file on a server, probably download the file, append data, and upload it again (Export a bulk of data to the file on server). Any idea how I could do something like that?

animuson
  • 53,861
  • 28
  • 137
  • 147

1 Answers1

0

I guess ftp might be the easiest way, see this question

your other options likely involve writing a server-side service to post data to.

Community
  • 1
  • 1
ader
  • 5,403
  • 1
  • 21
  • 26