Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

browse files and sync

$
0
0

Hi,
can anyone please advise how to browse and select the files or documents from storage (either internal or external SD) in xamarin forms. my requirement is to collect the needed files list and to store in app's personal folder, then at the time of synchronization i need to upload it to server. This should work in android, ios & win phone.

string folderName = "Documents";
var docsPath = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
var folderPath = System.IO.Path.Combine(docsPath, folderName);


Viewing all articles
Browse latest Browse all 91519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>