Reputation: 5830
I am developing an App that needs to support transfer files over a local wifi network like goodread app does.
The idea is that iPhone app creates an HTTP server accessible through a web browser displaying a form to upload files to the app.
any idea?
Thanks
Upvotes: 1
Views: 1011
Reputation: 3154
Sample code links:
upload to iPhone via web: https://plink.ucloud.com/public_link/link/9ba125f02169e4e3
upload to iPhone via ftp: https://plink.ucloud.com/public_link/link/9c53e777455a6085
Upvotes: 1
Reputation: 1525
If you are looking for a web server which is easy to integrate, check out Mongoose:
http://code.google.com/p/mongoose/
Other options may be using Bonjour or just simply enabling the user to drop content into the app's Inbox via iTunes.
Upvotes: 0