Save to isolated storage directly in WP8
问题 I want to save a zip file directly to isolated storage from server , But the problem i am facing was when i try to save using the below code , i get out of memory exception since my file size is > 150 MB some times. So i posted a question here and the suggestion was you can download such a file directly to IsolatedStorage, but if you want to put that into Memory - there can be a problem. So how can i save a file from server directly to isolated storage without saving to memory . The code i