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);