please provide easy study tutorials for beginners on socket creation for uploading data to web server via iphone app
please provide easy study tutorials for beginners on socket creation for uploading data to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You are confusing technologies in your question.
Bonjour is to broadcast and discover device over bluetooth or wifi.
If you want to simply upload data to your web server use ASIHTTPRequest. Note that this framework is no longer being developed and maintained. But will work for you.
Lets say I want to upload the contents of my NSString property called data:
I provide the url for the data to be uploaded to:
I create a request that will handle the uplaod
I will upload my data using form request post value
I will start the upload now and wait for it to finish (synchronous request)