gzip - Compress Document folder in application sandbox of iphone -


i need compress documents folder in application sandbox , upload compressed file server. i've been able send files iphone server, stuck in regards compressing folder. i'm using asihttprequest libraries connecting server.

any body can point me right direction. i'd highly grateful.

thanks in advance

nik

you can't alter documents folder because don't have permission. however, can compress files inside it. pretty sure can use command line zlib actual compression. use nstask run apps code.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -