FCFileManager
FCFileManager copied to clipboard
Unable to write large file (file size around 900 MB)
File manager's [data writeToFile:absolutePath atomically:YES] returns NO for such file sizes, may be a temporary buffer and chunk writing could help.
I will add support for read/write huge files in background with a completion handler. Which kind of content are you writing? NSData?
Yes.
Ankita Porwal Mobility | metacube Softwares Pvt Ltd. Cell: +91-98285-92488 Skype: ankitaporwal.icloud Gtalk: [email protected]
On Wed, Sep 23, 2015 at 3:01 PM, Fabio Caccamo [email protected] wrote:
I will add support for read/write huge files in background with a completion handler. Which kind of content are you writing? NSData?
— Reply to this email directly or view it on GitHub https://github.com/fabiocaccamo/FCFileManager/issues/19#issuecomment-142544695 .
any updates on this? sounds like a great feature
Unfortunately I had not the time to work seriously on this great feature. In any case feel free to submit a PR.