Form data upload from iPhone to PHP server via https
Posted
by Horace Ho
on Stack Overflow
See other posts from Stack Overflow
or by Horace Ho
Published on 2010-05-27T09:12:57Z
Indexed on
2010/05/27
9:21 UTC
Read the original article
Hit count: 189
Is there a good tutorial or sample project of how to upload data from iPhone to a self-owned web server? The project is like:
- A survey application on iPhone which stores the user input data in a plist
- When there is internet connection, the program will enable an "Upload" button
- When the Upload button is clicked, the program will upload the data via HTTP form submit (POST)
- The server is Linux + MySQL + Apache + PHP
- The data should be sent via a
https://
connection
© Stack Overflow or respective owner