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

FilePicker Plugin for Xamarin and Windows
MIT License
74 stars 52 forks source link

FilePicker.FilePath does not exist in nuget package #61

Closed yecicen closed 6 years ago

yecicen commented 6 years ago

`namespace Plugin.FilePicker.Abstractions { public class FileData { public FileData();

    public byte[] DataArray { get; set; }
    public string FileName { get; set; }
}

}`

it has only DataArray and FileName attributes, and I couldn't find a method to get filePath inside those.

ismailsameer12 commented 6 years ago

Hi, if using cross filepicker in xamarin iOS ,system.NotImplemented exception occur,how to slove?

jfversluis commented 6 years ago

This should now be working in this NuGet: https://www.nuget.org/packages/Xamarin.Plugin.FilePicker/1.4.0-beta

If not, please open a issue on the new repo where development will be continued: https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows/issues