开发者

How to upload a file from the front end (view) in an iphone app?

开发者 https://www.devze.com 2023-01-23 02:18 出处:网络
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/

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?

P开发者_如何学Clease give your suggestions.

Please Help.

Thanks!!


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:

How can I upload a photo to a server with the iPhone?

0

精彩评论

暂无评论...
验证码 换一张
取 消