I am trying to implement a small server service to upload files via a web browser to my iOS application. An example of this function is implemented in the following application:
http://itunes.apple.com/uy/app/files-document-reader/id294150896?mt=8
It seems very simple, but I donβt know where to start. I also searched for hints or some code examples about this kind of implementation without success, but maybe I just donβt know how to solve the problem correctly.
Any hints, guides, links, etc ??
Thank you in advance
source share