I am creating an app on windows phone 8 which needs to download large video files (>1GB or 2 GB) from dropbox, skydrive etc, and save them into windows phone music and video folder.
So my problems are:
- How to download large files into chunks so that i can avoid outofmemoryExcepetion.
- Right now I am able to save smaller video files into camera roll folder. How can i save video file into windows music-video folder?