Xamarin.forms i want to upload image on same page
问题 i am uploading my image by using plugins.media but the problem is it redirect to another photoimage page and upload it there. var profiletap = new TapGestureRecognizer(); profiletap.Tapped += async (s, e) => { var file = await CrossMedia.Current.PickPhotoAsync(); if (file == null) return; await DisplayAlert("File Location", file.Path, "OK"); ImageSource im = ImageSource.FromStream(() => { var stream = file.GetStream(); file.Dispose(); return stream; }); await Navigation.PushModalAsync(new