views:

28

answers:

1

Hi,

In my iphone app, It is a requirement that I enable the user to upload the database file (.sql) from the front end of the app or through iTunes and the app should display the data based on the file he/she uploaded.

How should I go ahead with implementation?

Please give your suggestions.

Please Help.

Thanks!!

A: 

You can use NSURLConnection to FTP or HTTP POST the file. There is some server side programming required of course.

There are some answers in stackoverflow explaining the iphone upload like this:

http://stackoverflow.com/questions/125306/how-can-i-upload-a-photo-to-a-server-with-the-iphone

Jürgen Hollfelder
I am not exactly getting how to do this. I am a newbie. Can u please give some links for tutorials. Please Help. Thanks!!
PARTH
What do you have server sided? How would you upload the file on a regular machine with a web browser?
Jürgen Hollfelder