https://kotlinlang.org logo
Title
u

user

07/01/2022, 5:11 PM
Android - how to create file object from Imageview image Im making and android app which let the user select an image from the phone and load it to an ImageView. The further process is to send the image as a POST request to a PHP script It all works fine if I load the image to a File object from the file location, but this require that the user open a setting on the phone which allow the app to access and manage local files.. So, is there a way to read the image from the imagview into a File object? This is my current working code val fil =...