iOS - How to locate all files on my IPad/IPhone through Objective-C -


i writing app allow users browse through files of extension (say pdf, xls) on iphone/ipad. app upload file server.

the app should able locate files not located in sandbox directories.

how can done in objective-c?

thanks lot.

you can enable users open documents other applications application , send them server. in application, must specify type of documents want open (uti).


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -