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

sql server - NHibernate incorrectly creating ManyToMany table - Cannot define PRIMARY KEY constraint on nullable column error -

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -