Integrating Codeigniter and Objective C

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-07T02:25:54Z Indexed on 2010/04/07 2:43 UTC
Read the original article Hit count: 546

Filed under:
|
|
|
|

I'm currently building a social networking site using the codeIgniter PHP framework. One of our major focuses of this site is to be able to upload images through the use of smartphones. We were focusing on building for the iPhone, but the iPhone doesn't let you upload files for some reason beyond me. I have been looking through solutions for days seeing if we could somehow integrate an iPhone app and have come up with nothing. The only thing I have found is using Cocoa Xcode in Objective C to somehow get around the fact. Now I don't know anything about objective C and I was wondering if I could somehow integrate a snippet of objective C into my PHP to allow users to upload photos off their iPhone and onto our site.

Is this possible? If so how? If not, does anyone know another work around?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about codeigniter