问题 How to receive a 'photo' displayed under <Image x:Name="imageToUpload" WidthRequest="40" HeightRequest="40"/> and pass to a variable in Xamarin Forms ? I am getting the file/image at this line var file = await CrossMedia.Current.TakePhotoAsync(.... would need to passed into RegisterSave_OnClicked() method and further save into SQLite database var file = await CrossMedia.Current.TakePhotoAsync(new StoreCameraMediaOptions { Directory = "Pictures", Name = "test.jpg", PhotoSize = PhotoSize.Small,