iphone - Update a .csv file on server from iPad programmatically -


i developing simple ipad application should submit text form .csv file. manage update .csv file saved locally in documents folder on computer. however, need keep file on server, download file, append data, , upload again (export bulk of data file on server). idea how that?

i guess ftp might easiest way, see this question

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


Comments

Popular posts from this blog

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -

How do I get the nth item in a queue in java? -

How to read input from STDIN in x86_64 assembly? -