I am making a universal application for windows phone 8.1. I want to upload a file to server in background. Microsoft provides BackgroundUploader class which contains BeginUploadAsync method which uploads whole file in a single request in background.
I want to upload file in chunks to the server. But i am not able to find anyway to upload file in chunks. Is there any alternative?