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

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

How to keep picked file type? #127

Closed nguyenthanhliemfc closed 5 years ago

nguyenthanhliemfc commented 5 years ago

Thank for you plugin it's working good! I want to pick file .JPG, .PDF and upload to cloud drive, How to keep type of file after picked (.JPG, .PDF)? Thank!

vividos commented 5 years ago

After picking you can look at the FileName property and get the extension using Path.GetExtension() and decide what to do. Hope that helps you!

vividos commented 5 years ago

Closing this issue, since there were no more follow-up questions.