I'm a software engineer that is rather new to programming on the IPhone platform. I'm developing an app for my office that allows communication with our web server. I've been able to find a way to download information to the server by using a NSMutableURLRequest and then using an HTTP POST to send information to a php script. However, I have not been able to come up with a solution on how to upload information from the server to the IPhone.
I tried looking into the stringByEvaluatingJavaScriptFromString command, but also ran into a dead end with that. Any help would be nice, even if it's pointing me in another direction. Thanks for the help.
Sincerely,
Chris Nuland
I tried looking into the stringByEvaluatingJavaScriptFromString command, but also ran into a dead end with that. Any help would be nice, even if it's pointing me in another direction. Thanks for the help.
Sincerely,
Chris Nuland