I am beginner in iOS Development and have just started using the DropBox SDK for developing an App.
I am currently using XCode 3.2.5 and using the Simulator version 4.2. I wanted to know if there was any way by which we can directly upload the contents of an entire folder(directory) containing n number of files to our App account using DropBox SDK for iPhone.
I went across the discussions in various forums across the net, but could not find an answer to solve this problem. Is there a possible work-around solution for this problem. If yes, how can we implement it? Can you please help.
EDIT: I have looked up the API in DropBox SDK version 1.1 for iOS, but, it does not have any facility to upload an a directory or all of its contents recursively. So, Will I have to traverse recursively over the contents of a directory and send multiple requests? Please help.
