So I have an iPhone application that needs to:
- Post several strings and up to 5 images (stored in memory) to a RoR web application
- Parse the JSON returned that will include several strings and an array of URLs (each representing the location of where the uploaded images can be found on the website).
QUESTIONS:
-
Can this be done with Three20 (would be nice since I’m using it for other things)? And if so, how?
-
If it can’t be done with Three20 … how would it be accomplished using ASIHttpRequest? Or maybe something baked into the SDK if that is a better option?
Thanks much
Unfortunately there isn’t a whole lot of tutorials and good documentation for three20 out there on the web … so here is how I finally got things working:
Things I still don’t understand (or find problematic):