How do I upload a file using Objective C for iOS? I\'m really stuck. I can upload an image using UIImagePickerController, but is there such a thing for .pdf/.doc files?
You can integrate one of the open-source http server like this one to your app.