I tried using the path returned by e.OriginalFileName of PhotoChooserTask to set Source of an Image and it seems to be working.
image1.Source = new BitmapImage(new Uri(e.OriginalFileName));
but what I actually want is to be able to get filepaths of more than one image at a time.
Is it Possible?
Are you sure about the Permission?:dry