Ex. When i click on button event. its open the file manger of mobile and then pick any doc from mobile and then upload it.
Dont you just need to add the nuget package to your xamarin forms solution?
Right click on your solution -> Manage nuget Packages -> Search for the File Picker Plugin -> Install package for all projects in your solution (iOS, Android, UWP, PCL)
https://github.com/Studyxnet/FilePicker-Plugin-for-Xamarin-and-Windows/blob/master/README.md
Setup:
Install into your PCL project and Client projects.
API Usage
Call CrossFilePicker.Current from any project or PCL to gain access to APIs.
Answers
You could look at this nuget package:
https://www.nuget.org/packages/Xam.Plugin.FilePicker
Or at it's implementation and customise or contribute to it:
https://github.com/Studyxnet/FilePicker-Plugin-for-Xamarin-and-Windows
Thanks for your attention
But these two references are not worked in pcl
did you have any source code for upload doc to app in xamarin pcl
Well both do say or are tagged for Xamarin.Forms or PCL.
What exactly does not work?
Do you have any errormessage?
The Connect device or genymotion couldn't get deploy the app
other app deployed Successfully
whats the problem
Couldnt select the deploying device
Dont you just need to add the nuget package to your xamarin forms solution?
Right click on your solution -> Manage nuget Packages -> Search for the File Picker Plugin -> Install package for all projects in your solution (iOS, Android, UWP, PCL)
https://github.com/Studyxnet/FilePicker-Plugin-for-Xamarin-and-Windows/blob/master/README.md
Setup:
Install into your PCL project and Client projects.
API Usage
Call CrossFilePicker.Current from any project or PCL to gain access to APIs.