Questions tagged [background-transfer]

Background Transfer for Windows Phone or Windows Store apps

Refers to the process of performing a background transfer within Windows Phone or Windows Store apps.

65 questions
0
votes
1 answer

Background-transfer(Up-loader) progress issue for metro apps

The Background-transfer(Up-loader) progress for metro apps is giving me a 100% for file greater then 1 MB within a second as shown below: *Running: c5593753-d155-425a-8e25-6b1f90bbff85 Progress: c5593753-d155-425a-8e25-6b1f90bbff85, Status:…
0
votes
1 answer

Background-transfer(Up-loader) for metro apps

The Background-transfer(Up-loader) for metro apps is not working when using https URI. The same code works with http connection but with HTTPs it keeps on failing. I get Exception from HRESULT: 0x80072EF3 I am using the same upload sample provide…
0
votes
1 answer

Does WP background transfers support re-uploading and how it actually works?

I'm trying to implement http handler for handling file upload by wp background transfers. I've tried this: var request = new BackgroundTransferRequest(@"http://computerName/test.ashx") { Method = "POST", …
0
votes
1 answer

ProgressBar behaves incorrectly when enclosed in LongListSelector

In my WP8 app I use Background Transfer Sevice and LongListSelector with ProgressBar as it's DataTemplate to display items download progress to user. The problem is that ProgressBar does not show real progress but keeps jumping back and forth. …
-1
votes
1 answer

BackgroundTransfer inside BackgroundTask

In my application i need to synchonize some data on a TimeTriggered intervall. Now i have built a BackgroundTask with TimeTrigger, inside this task i im running a BackgroundTransfer operation. This works, but i havesome questions about that. Is…
1 2 3 4
5