File upload control in windows phone8

2019-09-06 00:05发布

I cannot find any control to upload files in windows phone .Is it possible to upload files in wp 8.When we click it must open phone memory(where the document resides)

2条回答
戒情不戒烟
2楼-- · 2019-09-06 00:34

In windows phone 8, There is no control like FileUpload instead of that you need to use Background Agent to upload files. here are two Good Samples you can go through How to Upload a File from a Windows Phone App and Auto-upload Sample

查看更多
Luminary・发光体
3楼-- · 2019-09-06 00:56

If you are going to Upload Image files, then you can use the PhotoChooserTask to select file and upload file using the HttpClient Library.

For other file types, You can access ONLY if it is stored in SD card. See here for accessing files from SD Card in windows phone.

Only in Windows Phone 8.1, you can access the Downloads Folder.

查看更多
登录 后发表回答