Hi , I am trying to download multiple files from remoteServer using HTTPClient. I am getting memory issue while downloading large files(more than 200 MB). Please suggest me what will be the solution for this? I have followed the KitchenSink app, for file download. Getting the same Memory Issue , when trying to download some larger file. Titanium HTTPClient (this.responseData) saves the data to memory before committing it to the destination like applicationDataDirectory.
What will be the good way to solve this memory Issue? How to use the FileStream operation while download under progress instead of using the complete internal memory? Is there any API available, where i can download multiple files with no memory Issue?