jfversluis / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
157 stars 80 forks source link

Android version 9 and above not supported images upload #208

Closed ghotekarduryo closed 4 years ago

ghotekarduryo commented 4 years ago

FileData file = await CrossFilePicker.Current.PickFile(); We Are Used Filepicker on Image Upload file selection and upload successfully on android version 6,7,8 but not working on version on 9 and above

Thanks in advance

jfversluis commented 4 years ago

Closing this since this project will retire, please check out Xamarin.Essentials which now has a FilePicker based on this one.