File upload without reading its full contents to the memory
回答済みHi!
I'm writing an iOS app that uses BOX. I have files of random type and size. They are NOT situated on local FS. That's why I have only one suitable upload request initializer - [BOXFileUploadRequest initWithName:targetFolderID:data:]. But it's a bad idea to load pretty big files into memory and pass them as NSData to the initializer.
Is it possible in my situation to upload files by chunks, or stream them without reading full contents to the memory?
Thank you in advance.
サインインしてコメントを残してください。
コメント
2件のコメント