Looking at using either ObjectiveResource or ASIHTTPRequest ...
Which is superior for uploading images? Or is there a better option???
Are there any examples of using either or both to upload images (or any other binary content)?
Thanks
...
Hi all, I'm having a problem with a nested resource returning null (specifically <responsible_user>). On the server side, I have a tasks.xml file with this schema:
<tasks>
<task>
<id>1</id>
<text>Something to do...</text>
<completed>false</completed>
<project>
<id>1</id>
// project inf...
I'm trying to use ObjectiveResource to make an iPhone app speaking to my Ruby site.
I can connect with log/pass, but I would like to have directly the account page on the first screen.
I retrieve the name like this : self.title = [ObjectiveResourceConfig getRemoteUser];
But unable to have all informations (always a nill object) when I t...