Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I tried to download files using background transfer for windows store apps.

I came across that background transfer support only https,http,ftp uri schema for downloading/uploading.

my requirement here is, I want to download my files which are present in Intranet(file://xyz)

Is there any way to download using background transfer or any other mean??

Thanks in Advance,
harsha
Posted

1 solution

Have you tried using FilePicker and have the user point to a specific path on the network?

The file protocol has certain security restrictions. What about making that file accessible via one of the supported protocols?

Thanks,
Frank
Sign up at http://bit.ly/30ToLaunchWin8 for free Windows 8 Tips and Tricks[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900